google_api_admin v0.18.0 GoogleApi.Admin.Directory_v1.Model.UserLocation View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.