google_api_display_video v0.3.1 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
Link to this type
t()
View Sourcet() :: %GoogleApi.DisplayVideo.V1.Model.SdfDownloadTaskMetadata{ createTime: DateTime.t(), endTime: DateTime.t(), version: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.