GoogleApi.Meet.V2.Model.Recording (google_api_meet v0.4.0)
View SourceMetadata about a recording created during a conference.
Attributes
-
driveDestination
(type:GoogleApi.Meet.V2.Model.DriveDestination.t
, default:nil
) - Output only. Recording is saved to Google Drive as an MP4 file. Thedrive_destination
includes the DrivefileId
that can be used to download the file using thefiles.get
method of the Drive API. -
endTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when the recording ended. -
name
(type:String.t
, default:nil
) - Output only. Resource name of the recording. Format:conferenceRecords/{conference_record}/recordings/{recording}
where{recording}
is a 1:1 mapping to each unique recording session during the conference. -
startTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when the recording started. -
state
(type:String.t
, default:nil
) - Output only. Current state.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Meet.V2.Model.Recording{ driveDestination: GoogleApi.Meet.V2.Model.DriveDestination.t() | nil, endTime: DateTime.t() | nil, name: String.t() | nil, startTime: DateTime.t() | nil, state: String.t() | nil }