AppsPeopleOzExternalMergedpeopleapiLocation

GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiLocation


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. buildingId (type: String.t, default: nil)
    -
  2. buildingName (type: String.t, default: nil)
    - The building_name field is only filled if the DESK_LOCATION_ADDITIONAL_DATA extension is active.
  3. current (type: boolean(), default: nil)
    -
  4. deskCode (type: String.t, default: nil)
    - Most specific textual description of individual desk location.
  5. floorName (type: String.t, default: nil)
    -
  6. floorSection (type: String.t, default: nil)
    -
  7. lastUpdateTime (type: DateTime.t, default: nil)
    - Indicates the time this location was added or last edited.
  8. metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata, default: nil)
    -
  9. source (type: String.t, default: nil)
    - Value indicates the origin of this location information.
  10. type (type: String.t, default: nil)
    - Describes the type of location. E.g. Grew_up, Desk. Corresponds to FBS backend.proto Location.StandardTag
  11. value (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiLocation{
buildingId: String.t() | nil,
buildingName: String.t() | nil,
current: boolean() | nil,
deskCode: String.t() | nil,
floorName: String.t() | nil,
floorSection: String.t() | nil,
lastUpdateTime: DateTime.t() | nil,
metadata: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t() | nil,
source: String.t() | nil,
type: String.t() | nil,
value: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiLocation