Class DfareportingStudioCreativeAssetsInsertRequest
Request message for DfareportingStudioCreativeAssets.Insert.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v5.Data
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class DfareportingStudioCreativeAssetsInsertRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StudioAccountId
Optional. Studio account ID of the studio creative asset. It is a optional.
Declaration
[JsonProperty("studioAccountId")]
public virtual long? StudioAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
StudioAdvertiserId
Required. Studio advertiser ID of the studio creative asset. It is a required field on insertion.
Declaration
[JsonProperty("studioAdvertiserId")]
public virtual long? StudioAdvertiserId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
StudioCreativeId
Optional. Studio creative ID of the studio creative asset. It is a optional field. If it is set, the asset will be associated to the creative.
Declaration
[JsonProperty("studioCreativeId")]
public virtual long? StudioCreativeId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |