Google Apps Script API
    Preparing search index...
    interface ChannelSectionsCollection {
        insert(resource: ChannelSection, part: string): ChannelSection;
        insert(
            resource: ChannelSection,
            part: string,
            optionalArgs: object,
        ): ChannelSection;
        list(part: string): ChannelSectionListResponse;
        list(part: string, optionalArgs: object): ChannelSectionListResponse;
        remove(id: string): void;
        remove(id: string, optionalArgs: object): void;
        update(resource: ChannelSection, part: string): ChannelSection;
        update(
            resource: ChannelSection,
            part: string,
            optionalArgs: object,
        ): ChannelSection;
    }
    Index

    Methods