GoogleApi.Meet.V2.Model.ConferenceRecord (google_api_meet v0.4.0)
View SourceSingle instance of a meeting held in a space.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing. -
expireTime
(type:DateTime.t
, default:nil
) - Output only. Server enforced expiration time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends. -
name
(type:String.t
, default:nil
) - Identifier. Resource name of the conference record. Format:conferenceRecords/{conference_record}
where{conference_record}
is a unique ID for each instance of a call within a space. -
space
(type:String.t
, default:nil
) - Output only. The space where the conference was held. -
startTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when the conference started. Always set.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Meet.V2.Model.ConferenceRecord{ endTime: DateTime.t() | nil, expireTime: DateTime.t() | nil, name: String.t() | nil, space: String.t() | nil, startTime: DateTime.t() | nil }