Class CustomBiddingModelDetails
The details of a custom bidding algorithm model for a single shared advertiser.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class CustomBiddingModelDetails : IDirectResponseSchema
Properties
AdvertiserId
The unique ID of the relevant advertiser.
Declaration
[JsonProperty("advertiserId")]
public virtual long? AdvertiserId { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReadinessState
The readiness state of custom bidding model.
Declaration
[JsonProperty("readinessState")]
public virtual string ReadinessState { get; set; }
Property Value
Type | Description |
---|---|
string |
SuspensionState
Output only. The suspension state of custom bidding model.
Declaration
[JsonProperty("suspensionState")]
public virtual string SuspensionState { get; set; }
Property Value
Type | Description |
---|---|
string |