Google Apps Script API
    Preparing search index...

    A URL field in a Contact.

    interface UrlField {
        deleteUrlField(): void;
        getAddress(): string;
        getLabel(): string | GoogleAppsScript.Contacts.Field | ExtendedField;
        isPrimary(): boolean;
        setAddress(address: string): UrlField;
        setAsPrimary(): UrlField;
        setLabel(field: GoogleAppsScript.Contacts.Field): UrlField;
        setLabel(label: string): UrlField;
    }
    Index

    Methods