Show / Hide Table of Contents

Class AssetAssociation

Asset association for the creative.

Inheritance
System.Object
AssetAssociation
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 AssetAssociation : IDirectResponseSchema

Properties

Asset

The associated asset.

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

ETag

The ETag of the item.

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

Role

The role of this asset for the creative.

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

Implements

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