Class ListMediaPlannersResponse
A response containing media planner account information.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class ListMediaPlannersResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MediaPlanners
List of media planners.
Declaration
[JsonProperty("mediaPlanners")]
public virtual IList<MediaPlanner> MediaPlanners { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<MediaPlanner> |
NextPageToken
A token which can be passed to a subsequent call to the ListMediaPlanners method to retrieve the next page
of results in ListMediaPlannersRequest.pageToken.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |