Show / Hide Table of Contents

Class RateDetails

The rate related settings of the inventory source.

Inheritance
object
RateDetails
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 RateDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InventorySourceRateType

The rate type. Acceptable values are INVENTORY_SOURCE_RATE_TYPE_CPM_FIXED, INVENTORY_SOURCE_RATE_TYPE_CPM_FLOOR, and INVENTORY_SOURCE_RATE_TYPE_CPD.

Declaration
[JsonProperty("inventorySourceRateType")]
public virtual string InventorySourceRateType { get; set; }
Property Value
Type Description
string

MinimumSpend

Output only. The amount that the buyer has committed to spending on the inventory source up front. Only applicable for guaranteed inventory sources.

Declaration
[JsonProperty("minimumSpend")]
public virtual Money MinimumSpend { get; set; }
Property Value
Type Description
Money

Rate

The rate for the inventory source.

Declaration
[JsonProperty("rate")]
public virtual Money Rate { get; set; }
Property Value
Type Description
Money

UnitsPurchased

Required for guaranteed inventory sources. The number of impressions guaranteed by the seller.

Declaration
[JsonProperty("unitsPurchased")]
public virtual long? UnitsPurchased { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX