Class ListMediationGroupsResponse
Response for the mediation groups list request.
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class ListMediationGroupsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MediationGroups
The resulting mediation groups for the requested account.
Declaration
[JsonProperty("mediationGroups")]
public virtual IList<MediationGroup> MediationGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<MediationGroup> |
NextPageToken
If not empty, indicates that there may be more mediation groups for the request; this value should be passed
in a new ListMediationGroupsRequest.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |