Google Apps Script API
    Preparing search index...

    A custom field in a Contact.

    interface CustomField {
        deleteCustomField(): void;
        getLabel(): string | GoogleAppsScript.Contacts.Field | ExtendedField;
        getValue(): any;
        setLabel(field: ExtendedField): CustomField;
        setLabel(label: string): CustomField;
        setValue(value: any): CustomField;
    }
    Index

    Methods