Class CustomBiddingModelReadinessState
The custom bidding algorithm model readiness state for a single shared advertiser.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class CustomBiddingModelReadinessState : 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 |