Class PlatformsResource.AccountsResource.LookupRequest
Looks up information about a sub-account for a specified creation_request_id. If no account exists for the given creation_request_id, returns 404.
Inheritance
PlatformsResource.AccountsResource.LookupRequest
Inherited Members
Namespace: Google.Apis.AdSensePlatform.v1alpha
Assembly: Google.Apis.AdSensePlatform.v1alpha.dll
Syntax
public class PlatformsResource.AccountsResource.LookupRequest : AdSensePlatformBaseServiceRequest<LookupAccountResponse>, IClientServiceRequest<LookupAccountResponse>, IClientServiceRequest
Constructors
LookupRequest(IClientService, string)
Constructs a new Lookup request.
Declaration
public LookupRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
CreationRequestId
Optional. The creation_request_id provided when calling createAccount.
Declaration
[RequestParameter("creationRequestId", RequestParameterType.Query)]
public virtual string CreationRequestId { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. Platform who parents the account. Format: platforms/{platform}
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Lookup parameter list.
Declaration
protected override void InitParameters()