View Source GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesCalendarEventRoom (google_api_content_warehouse v0.4.0)

A room that is available for a potential meeting or has been booked for a scheduled meeting. Next id: 4

Attributes

  • email (type: String.t, default: nil) - Room email that identifies the room and is used to book it.
  • locationDetails (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesCalendarEventRoomRoomLocationDetails.t, default: nil) - Additional room details. Read-only, populated on request.
  • name (type: String.t, default: nil) - Room name (ex: "MTV-PR55-5-A-Shadow 5K0 (13) GVC (No external guests)").

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesCalendarEventRoom{
    email: String.t() | nil,
    locationDetails:
      GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesCalendarEventRoomRoomLocationDetails.t()
      | nil,
    name: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.