Class AccountsResource.UpdateLabelsRequest
Updates labels assigned to CSS/MC accounts by a CSS domain.
Inheritance
AccountsResource.UpdateLabelsRequest
Inherited Members
Namespace: Google.Apis.Css.v1
Assembly: Google.Apis.Css.v1.dll
Syntax
public class AccountsResource.UpdateLabelsRequest : CssBaseServiceRequest<Account>, IClientServiceRequest<Account>, IClientServiceRequest
Constructors
UpdateLabelsRequest(IClientService, UpdateAccountLabelsRequest, string)
Constructs a new UpdateLabels request.
Declaration
public UpdateLabelsRequest(IClientService service, UpdateAccountLabelsRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
UpdateAccountLabelsRequest | body | |
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 label resource name. Format: accounts/{account}
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
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()