Class AssetAssociation
Asset association for the creative.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.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 |
---|---|
string |
Role
The role of this asset for the creative.
Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type | Description |
---|---|
string |