View Source GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiLocation (google_api_content_warehouse v0.3.0)
Attributes
-
buildingId(type:String.t, default:nil) - -
buildingName(type:String.t, default:nil) - The building_name field is only filled if the DESK_LOCATION_ADDITIONAL_DATA extension is active. -
current(type:boolean(), default:nil) - -
deskCode(type:String.t, default:nil) - Most specific textual description of individual desk location. -
floorName(type:String.t, default:nil) - -
floorSection(type:String.t, default:nil) - -
lastUpdateTime(type:DateTime.t, default:nil) - Indicates the time this location was added or last edited. -
metadata(type:GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default:nil) - -
source(type:String.t, default:nil) - Value indicates the origin of this location information. -
type(type:String.t, default:nil) - Describes the type of location. For e.g. Grew_up, Desk. Corresponds to FBS backend.proto Location.StandardTag -
value(type:String.t, default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.