Google Apps Script API
    Preparing search index...
    interface ChannelSectionSnippet {
        channelId?: string;
        defaultLanguage?: string;
        localized?: ChannelSectionLocalization;
        position?: number;
        style?: string;
        title?: string;
        type?: string;
    }
    Index

    Properties

    channelId?: string
    defaultLanguage?: string
    position?: number
    style?: string
    title?: string
    type?: string