Show / Hide Table of Contents

Class DfareportingStudioCreativeAssetsInsertRequest

Request message for DfareportingStudioCreativeAssets.Insert.

Inheritance
object
DfareportingStudioCreativeAssetsInsertRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX