Show / Hide Table of Contents

Class AccountsResource.PlatformsResource

The "platforms" collection of methods.

Inheritance
object
AccountsResource.PlatformsResource
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

Constructors

PlatformsResource(IClientService)

Constructs a new resource.

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

Properties

ChildAccounts

Gets the ChildAccounts resource.

Declaration
public virtual AccountsResource.PlatformsResource.ChildAccountsResource ChildAccounts { get; }
Property Value
Type Description
AccountsResource.PlatformsResource.ChildAccountsResource

Groups

Gets the Groups resource.

Declaration
public virtual AccountsResource.PlatformsResource.GroupsResource Groups { get; }
Property Value
Type Description
AccountsResource.PlatformsResource.GroupsResource

Methods

Get(string)

Gets a platform.

Declaration
public virtual AccountsResource.PlatformsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
AccountsResource.PlatformsResource.GetRequest

List(string)

Lists platforms for a specified account.

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

Required. The account which owns the platforms. Format: accounts/{account}

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