Google Apps Script API
    Preparing search index...
    interface ChannelSettings {
        country?: string;
        defaultLanguage?: string;
        defaultTab?: string;
        description?: string;
        featuredChannelsTitle?: string;
        featuredChannelsUrls?: string[];
        keywords?: string;
        moderateComments?: boolean;
        profileColor?: string;
        showBrowseView?: boolean;
        showRelatedChannels?: boolean;
        title?: string;
        trackingAnalyticsAccountId?: string;
        unsubscribedTrailer?: string;
    }
    Index

    Properties

    country?: string
    defaultLanguage?: string
    defaultTab?: string
    description?: string
    featuredChannelsTitle?: string
    featuredChannelsUrls?: string[]
    keywords?: string
    moderateComments?: boolean
    profileColor?: string
    showBrowseView?: boolean
    showRelatedChannels?: boolean
    title?: string
    trackingAnalyticsAccountId?: string
    unsubscribedTrailer?: string