Show / Hide Table of Contents

Class StudioCreativeAsset

Beta: This API resource is available only to a very limited number of customers. If you'd like to use this resource, please reach out to your Google sales representative. Contains studio creative asset information.

Inheritance
object
StudioCreativeAsset
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v5.Data
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class StudioCreativeAsset : IDirectResponseSchema

Properties

CreateInfo

Output only. The creation timestamp of the studio creative asset. This is a read-only field.

Declaration
[JsonProperty("createInfo")]
public virtual LastModifiedInfo CreateInfo { get; set; }
Property Value
Type Description
LastModifiedInfo

ETag

The ETag of the item.

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

Filename

The filename of the studio creative asset. It is default to the original filename of the asset.

Declaration
[JsonProperty("filename")]
public virtual string Filename { get; set; }
Property Value
Type Description
string

Filesize

The filesize of the studio creative asset. This is a read-only field.

Declaration
[JsonProperty("filesize")]
public virtual long? Filesize { get; set; }
Property Value
Type Description
long?

Id

Output only. Unique ID of this studio creative asset. This is a read-only, auto-generated field.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

LastModifiedInfo

Output only. The last modified timestamp of the studio creative asset. This is a read-only field.

Declaration
[JsonProperty("lastModifiedInfo")]
public virtual LastModifiedInfo LastModifiedInfo { get; set; }
Property Value
Type Description
LastModifiedInfo

StudioAccountId

Studio account ID of this studio creative asset. This field, if left unset, will be auto-populated..

Declaration
[JsonProperty("studioAccountId")]
public virtual long? StudioAccountId { get; set; }
Property Value
Type Description
long?

StudioAdvertiserId

Studio advertiser ID of this studio creative asset. This is a required field on insertion.

Declaration
[JsonProperty("studioAdvertiserId")]
public virtual long? StudioAdvertiserId { get; set; }
Property Value
Type Description
long?

StudioCreativeId

Studio creative ID of this studio creative asset. The asset will be associated to the creative if creative id is set.

Declaration
[JsonProperty("studioCreativeId")]
public virtual long? StudioCreativeId { get; set; }
Property Value
Type Description
long?

Type

The type of the studio creative asset. It is a auto-generated, read-only field.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

VideoProcessingData

The processing data of the studio creative asset. This is a read-only field.

Declaration
[JsonProperty("videoProcessingData")]
public virtual VideoProcessingData VideoProcessingData { get; set; }
Property Value
Type Description
VideoProcessingData

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX