Google Apps Script API
    Preparing search index...
    interface Account {
        adultContent?: boolean;
        adwordsLinks?: AccountAdwordsLink[];
        businessInformation?: AccountBusinessInformation;
        googleMyBusinessLink?: AccountGoogleMyBusinessLink;
        id?: string;
        kind?: string;
        name?: string;
        reviewsUrl?: string;
        sellerId?: string;
        users?: AccountUser[];
        websiteUrl?: string;
        youtubeChannelLinks?: AccountYouTubeChannelLink[];
    }
    Index

    Properties

    adultContent?: boolean
    adwordsLinks?: AccountAdwordsLink[]
    businessInformation?: AccountBusinessInformation
    googleMyBusinessLink?: AccountGoogleMyBusinessLink
    id?: string
    kind?: string
    name?: string
    reviewsUrl?: string
    sellerId?: string
    users?: AccountUser[]
    websiteUrl?: string
    youtubeChannelLinks?: AccountYouTubeChannelLink[]