Google Apps Script API
    Preparing search index...
    interface Location {
        buildingId?: string;
        current?: boolean;
        deskCode?: string;
        floor?: string;
        floorSection?: string;
        metadata?: FieldMetadata;
        type?: string;
        value?: string;
    }
    Index

    Properties

    buildingId?: string
    current?: boolean
    deskCode?: string
    floor?: string
    floorSection?: string
    metadata?: FieldMetadata
    type?: string
    value?: string