Google Apps Script API
    Preparing search index...
    interface LiveStreamSnippet {
        channelId?: string;
        description?: string;
        isDefaultStream?: boolean;
        publishedAt?: string;
        title?: string;
    }
    Index

    Properties

    channelId?: string
    description?: string
    isDefaultStream?: boolean
    publishedAt?: string
    title?: string