GoogleApi.Meet.V2.Model.Recording (google_api_meet v0.4.0)

View Source

Metadata 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. The drive_destination includes the Drive fileId that can be used to download the file using the files.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

t()

@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
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.