Class DimensionValueList
Represents the list of DimensionValue resources.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class DimensionValueList : IDirectResponseSchema
Properties
ETag
The eTag of this response for caching purposes.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Items
The dimension values returned in this response.
Declaration
[JsonProperty("items")]
public virtual IList<DimensionValue> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<DimensionValue> |
Kind
The kind of list this is, in this case dfareporting#dimensionValueList.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Continuation token used to page through dimension values. To retrieve the next page of results, set the next request's "pageToken" to the value of this field. The page token is only valid for a limited amount of time and should not be persisted.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |