Class AccountsResource.CreateAndConfigureRequest
Creates a standalone Merchant Center account with additional configuration. Adds the user that makes the request as an admin for the new account.
Inheritance
AccountsResource.CreateAndConfigureRequest
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1beta
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class AccountsResource.CreateAndConfigureRequest : MerchantBaseServiceRequest<Account>, IClientServiceRequest<Account>, IClientServiceRequest
Constructors
CreateAndConfigureRequest(IClientService, CreateAndConfigureAccountRequest)
Constructs a new CreateAndConfigure request.
Declaration
public CreateAndConfigureRequest(IClientService service, CreateAndConfigureAccountRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
CreateAndConfigureAccountRequest | body |
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes CreateAndConfigure parameter list.
Declaration
protected override void InitParameters()