AssistantApiCoreTypesCalendarEventRoomRoomLocationDetails

GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesCalendarEventRoomRoomLocationDetails


Table of Contents ▼

Jump to a specific part of the page:

Description

Room location details. Read-only, populated on request. Next id: 8

Attributes List

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

View Attributes

Attributes

  1. building (type: String.t, default: nil)
    - Building where the room is (ex: "PR55").
  2. city (type: String.t, default: nil)
    - City where the room is (ex: "MTV").
  3. floor (type: String.t, default: nil)
    - Floor where the room is (ex: "5").
  4. latitude (type: float(), default: nil)
    - The latitude in degrees.
  5. longitude (type: float(), default: nil)
    - The longitude in degrees.
  6. section (type: String.t, default: nil)
    - Section in the floor (ex: "A").
  7. simpleName (type: String.t, default: nil)
    - Room name (ex: "Shadow 5K0").

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesCalendarEventRoomRoomLocationDetails{
building: String.t() | nil,
city: String.t() | nil,
floor: String.t() | nil,
latitude: float() | nil,
longitude: float() | nil,
section: String.t() | nil,
simpleName: String.t() | nil
}

Function

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

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