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

View Source

Export location where a recording file is saved in Google Drive.

Attributes

  • exportUri (type: String.t, default: nil) - Output only. Link used to play back the recording file in the browser. For example, https://drive.google.com/file/d/{$fileId}/view.
  • file (type: String.t, default: nil) - Output only. The fileId for the underlying MP4 file. For example, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use $ GET https://www.googleapis.com/drive/v3/files/{$fileId}?alt=media to download the blob. For more information, see https://developers.google.com/drive/api/v3/reference/files/get.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Meet.V2.Model.DriveDestination{
  exportUri: String.t() | nil,
  file: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.