Google Apps Script API
    Preparing search index...
    interface WebpropertiesCollection {
        get(accountId: string, webPropertyId: string): Webproperty;
        insert(resource: Webproperty, accountId: string): Webproperty;
        list(accountId: string): Webproperties;
        list(accountId: string, optionalArgs: any): Webproperties;
        patch(
            resource: Webproperty,
            accountId: string,
            webPropertyId: string,
        ): Webproperty;
        update(
            resource: Webproperty,
            accountId: string,
            webPropertyId: string,
        ): Webproperty;
    }
    Index

    Methods