Show / Hide Table of Contents

Class CustomBiddingModelDetails

The details of a custom bidding algorithm model for a single shared advertiser.

Inheritance
object
CustomBiddingModelDetails
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.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX