Class AccountsResource.GetRequest
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
IClientServiceaccountId
string
Properties
AccountId
Account to get information about.
public virtual string AccountId { get; }
Property Value
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
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()