Google Apps Script API
    Preparing search index...
    interface Webproperty {
        accountId?: string;
        childLink?: WebpropertyChildLink;
        created?: string;
        dataRetentionResetOnNewActivity?: boolean;
        dataRetentionTtl?: string;
        defaultProfileId?: string;
        id?: string;
        industryVertical?: string;
        internalWebPropertyId?: string;
        kind?: string;
        level?: string;
        name?: string;
        parentLink?: WebpropertyParentLink;
        permissions?: WebpropertyPermissions;
        profileCount?: number;
        selfLink?: string;
        starred?: boolean;
        updated?: string;
        websiteUrl?: string;
    }
    Index

    Properties

    accountId?: string
    created?: string
    dataRetentionResetOnNewActivity?: boolean
    dataRetentionTtl?: string
    defaultProfileId?: string
    id?: string
    industryVertical?: string
    internalWebPropertyId?: string
    kind?: string
    level?: string
    name?: string
    profileCount?: number
    selfLink?: string
    starred?: boolean
    updated?: string
    websiteUrl?: string