Class BulkCreateAdAssetsRequest
A request message for BulkCreateAdAssets.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class BulkCreateAdAssetsRequest : IDirectResponseSchema
Properties
AdAssets
Required. Ad assets to create. Only supports assets of AdAssetType AD_ASSET_TYPE_YOUTUBE_VIDEO.
Declaration
[JsonProperty("adAssets")]
public virtual IList<AdAsset> AdAssets { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AdAsset> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |