Class Dimension
This message carries publisher provided breakdown. E.g. {dimension_type: 'COUNTRY', [{dimension_value: {id: 1, name: 'US'}}, {dimension_value: {id: 2, name: 'UK'}}]}
Inheritance
System.Object
Dimension
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 Dimension : IDirectResponseSchema
Properties
DimensionType
Declaration
[JsonProperty("dimensionType")]
public virtual string DimensionType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DimensionValues
Declaration
[JsonProperty("dimensionValues")]
public virtual IList<DimensionDimensionValue> DimensionValues { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<DimensionDimensionValue> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema