Class AccountsResource.UpdatelabelsRequest
Updates labels that are assigned to the Merchant Center account by CSS user.
Inheritance
AccountsResource.UpdatelabelsRequest
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class AccountsResource.UpdatelabelsRequest : ShoppingContentBaseServiceRequest<AccountsUpdateLabelsResponse>, IClientServiceRequest<AccountsUpdateLabelsResponse>, IClientServiceRequest
Constructors
UpdatelabelsRequest(IClientService, AccountsUpdateLabelsRequest, ulong, ulong)
Constructs a new Updatelabels request.
Declaration
public UpdatelabelsRequest(IClientService service, AccountsUpdateLabelsRequest body, ulong merchantId, ulong accountId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
AccountsUpdateLabelsRequest | body | |
ulong | merchantId | |
ulong | accountId |
Properties
AccountId
The ID of the account whose labels are updated.
Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual ulong AccountId { get; }
Property Value
Type | Description |
---|---|
ulong |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MerchantId
The ID of the managing account.
Declaration
[RequestParameter("merchantId", RequestParameterType.Path)]
public virtual ulong MerchantId { get; }
Property Value
Type | Description |
---|---|
ulong |
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 Updatelabels parameter list.
Declaration
protected override void InitParameters()