Google Apps Script API
    Preparing search index...
    interface Organization {
        current?: boolean;
        department?: string;
        domain?: string;
        endDate?: GoogleAppsScript.People.Schema.Date;
        formattedType?: string;
        jobDescription?: string;
        location?: string;
        metadata?: FieldMetadata;
        name?: string;
        phoneticName?: string;
        startDate?: GoogleAppsScript.People.Schema.Date;
        symbol?: string;
        title?: string;
        type?: string;
    }
    Index

    Properties

    current?: boolean
    department?: string
    domain?: string
    formattedType?: string
    jobDescription?: string
    location?: string
    metadata?: FieldMetadata
    name?: string
    phoneticName?: string
    symbol?: string
    title?: string
    type?: string