Show / Hide Table of Contents

Class SdfDownloadTask

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

Inheritance
System.Object
SdfDownloadTask
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class SdfDownloadTask : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

ResourceName

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.

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top