Class DeliveryControlFrequencyCap
Inheritance
System.Object
DeliveryControlFrequencyCap
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdExchangeBuyer.v1_4.Data
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class DeliveryControlFrequencyCap : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MaxImpressions
Declaration
[JsonProperty("maxImpressions")]
public virtual int? MaxImpressions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
NumTimeUnits
Declaration
[JsonProperty("numTimeUnits")]
public virtual int? NumTimeUnits { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
TimeUnitType
Declaration
[JsonProperty("timeUnitType")]
public virtual string TimeUnitType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema