Class AccountsResource.DeveloperRegistrationResource.GetDeveloperRegistrationRequest
Retrieves a developer registration for a merchant.
Inheritance
AccountsResource.DeveloperRegistrationResource.GetDeveloperRegistrationRequest
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class AccountsResource.DeveloperRegistrationResource.GetDeveloperRegistrationRequest : MerchantBaseServiceRequest<DeveloperRegistration>, IClientServiceRequest<DeveloperRegistration>, IClientServiceRequest
Constructors
GetDeveloperRegistrationRequest(IClientService, string)
Constructs a new GetDeveloperRegistration request.
Declaration
public GetDeveloperRegistrationRequest(IClientService service, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | name |
Properties
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
Name
Required. The name (ID) of the developer registration.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { 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 GetDeveloperRegistration parameter list.
Declaration
protected override void InitParameters()