google_api_display_video v0.7.0 GoogleApi.DisplayVideo.V1.Model.SdfDownloadTaskMetadata View Source

Type for the metadata returned by [SdfDownloadTaskService.CreateSdfDownloadTask].

Attributes

  • createTime (type: DateTime.t, default: nil) - The time when the operation was created.
  • endTime (type: DateTime.t, default: nil) - The time when execution was completed.
  • version (type: String.t, default: nil) - The SDF version used to execute this download task.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DisplayVideo.V1.Model.SdfDownloadTaskMetadata{
  createTime: DateTime.t(),
  endTime: DateTime.t(),
  version: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.