Google Apps Script API
    Preparing search index...
    interface UserOrganization {
        costCenter?: string;
        customType?: string;
        department?: string;
        description?: string;
        domain?: string;
        fullTimeEquivalent?: number;
        location?: string;
        name?: string;
        primary?: boolean;
        symbol?: string;
        title?: string;
        type?: string;
    }
    Index

    Properties

    costCenter?: string
    customType?: string
    department?: string
    description?: string
    domain?: string
    fullTimeEquivalent?: number
    location?: string
    name?: string
    primary?: boolean
    symbol?: string
    title?: string
    type?: string