View Source GoogleApi.DisplayVideo.V1.Model.SdfDownloadTaskMetadata (google_api_display_video v0.35.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.