Show / Hide Table of Contents

Class ListMediationGroupsResponse

Response for the mediation groups list request.

Inheritance
object
ListMediationGroupsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX