View Source GoogleApi.Admin.Directory_v1.Model.UserLocation (google_api_admin v0.40.0)

JSON template for a location entry.

Attributes

  • area (type: String.t, default: nil) - Textual location. This is most useful for display purposes to concisely describe the location. For example 'Mountain View, CA', 'Near Seattle', 'US-NYC-9TH 9A209A.''
  • buildingId (type: String.t, default: nil) - Building Identifier.
  • customType (type: String.t, default: nil) - Custom Type.
  • deskCode (type: String.t, default: nil) - Most specific textual code of individual desk location.
  • floorName (type: String.t, default: nil) - Floor name/number.
  • floorSection (type: String.t, default: nil) - Floor section. More specific location within the floor. For example if a floor is divided into sections 'A', 'B' and 'C' this field would identify one of those values.
  • type (type: String.t, default: nil) - Each entry can have a type which indicates standard types of that entry. For example location could be of types default and desk. In addition to standard type an entry can have a custom type and can give it any name. Such types should have 'custom' as type and also have a customType value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.UserLocation{
  area: String.t() | nil,
  buildingId: String.t() | nil,
  customType: String.t() | nil,
  deskCode: String.t() | nil,
  floorName: String.t() | nil,
  floorSection: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.