Class StudioCreativeAssetsResponse
Response message for DfareportingStudioCreativeAssets.Insert.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v5.Data
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class StudioCreativeAssetsResponse : IDirectResponseSchema
Properties
Assets
The list of studio creative assets.
Declaration
[JsonProperty("assets")]
public virtual IList<StudioCreativeAsset> Assets { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<StudioCreativeAsset> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |