Table of Contents

Class AccountsResource.GetRequest

Namespace
Google.Apis.AdSense.v1_4
Assembly
Google.Apis.AdSense.v1_4.dll

Get information about the selected AdSense account.

public class AccountsResource.GetRequest : AdSenseBaseServiceRequest<Account>
Inheritance
AccountsResource.GetRequest
Inherited Members

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

public GetRequest(IClientService service, string accountId)

Parameters

service IClientService
accountId string

Properties

AccountId

Account to get information about.

public virtual string AccountId { get; }

Property Value

string

HttpMethod

Gets the HTTP method.

public override string HttpMethod { get; }

Property Value

string

MethodName

Gets the method name.

public override string MethodName { get; }

Property Value

string

RestPath

Gets the REST path.

public override string RestPath { get; }

Property Value

string

Tree

Whether the tree of sub accounts should be returned.

public virtual bool? Tree { get; set; }

Property Value

bool?

Methods

InitParameters()

Initializes Get parameter list.

protected override void InitParameters()