Google Apps Script API
    Preparing search index...
    interface WebPropertySummary {
        id?: string;
        internalWebPropertyId?: string;
        kind?: string;
        level?: string;
        name?: string;
        profiles?: ProfileSummary[];
        starred?: boolean;
        websiteUrl?: string;
    }
    Index

    Properties

    id?: string
    internalWebPropertyId?: string
    kind?: string
    level?: string
    name?: string
    profiles?: ProfileSummary[]
    starred?: boolean
    websiteUrl?: string