Class AddCreativeRequest
Request message for adding creative to be used in the bidding process for the finalized deal.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class AddCreativeRequest : IDirectResponseSchema
Properties
Creative
Name of the creative to add to the finalized deal, in the format
buyers/{buyerAccountId}/creatives/{creativeId}
. See creative.name.
Declaration
[JsonProperty("creative")]
public virtual string Creative { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |