Show / Hide Table of Contents

Class AccountsResource.PlatformsResource.GroupsResource

The "groups" collection of methods.

Inheritance
object
AccountsResource.PlatformsResource.GroupsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AdSensePlatform.v1alpha
Assembly: Google.Apis.AdSensePlatform.v1alpha.dll
Syntax
public class AccountsResource.PlatformsResource.GroupsResource

Constructors

GroupsResource(IClientService)

Constructs a new resource.

Declaration
public GroupsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Lists Platform Groups for a specified Platform.

Declaration
public virtual AccountsResource.PlatformsResource.GroupsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The name of the platform to retrieve. Format: accounts/{account}/platforms/{platform}

Returns
Type Description
AccountsResource.PlatformsResource.GroupsResource.ListRequest
In this article
Back to top Generated by DocFX