AssistantApiCoreTypesCalendarEventRoom

GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesCalendarEventRoom


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

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

View Attributes

Attributes

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

Type

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

Function

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

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