Google Apps Script API
    Preparing search index...
    interface ChannelStatistics {
        commentCount?: string;
        hiddenSubscriberCount?: boolean;
        subscriberCount?: string;
        videoCount?: string;
        viewCount?: string;
    }
    Index

    Properties

    commentCount?: string
    hiddenSubscriberCount?: boolean
    subscriberCount?: string
    videoCount?: string
    viewCount?: string