Google Apps Script API
    Preparing search index...
    interface ChannelsCollection {
        list(part: string): ChannelListResponse;
        list(part: string, optionalArgs: object): ChannelListResponse;
        update(
            resource: GoogleAppsScript.YouTube.Schema.Channel,
            part: string,
        ): GoogleAppsScript.YouTube.Schema.Channel;
        update(
            resource: GoogleAppsScript.YouTube.Schema.Channel,
            part: string,
            optionalArgs: object,
        ): GoogleAppsScript.YouTube.Schema.Channel;
    }
    Index

    Methods

    Methods