class Google::Apis::DisplayvideoV1::SdfDownloadTask

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

Attributes

resource_name[RW]

A resource name to be used in media.download to Download the prepared files. Resource names have the format `download/sdfdownloadtasks/media/`media_id“. ` media_id` will be made available by the long running operation service once the task status is done. Corresponds to the JSON property `resourceName` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 8628
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/displayvideo_v1/classes.rb, line 8633
def update!(**args)
  @resource_name = args[:resource_name] if args.key?(:resource_name)
end