Class CssesResource.UpdatelabelsRequest
Updates labels that are assigned to a CSS domain by its CSS group.
Inheritance
CssesResource.UpdatelabelsRequest
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class CssesResource.UpdatelabelsRequest : ShoppingContentBaseServiceRequest<Css>, IClientServiceRequest<Css>, IClientServiceRequest
Constructors
UpdatelabelsRequest(IClientService, LabelIds, long, long)
Constructs a new Updatelabels request.
Declaration
public UpdatelabelsRequest(IClientService service, LabelIds body, long cssGroupId, long cssDomainId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
LabelIds | body | |
long | cssGroupId | |
long | cssDomainId |
Properties
CssDomainId
Required. The ID of the updated CSS domain.
Declaration
[RequestParameter("cssDomainId", RequestParameterType.Path)]
public virtual long CssDomainId { get; }
Property Value
Type | Description |
---|---|
long |
CssGroupId
Required. The CSS group ID of the updated CSS domain.
Declaration
[RequestParameter("cssGroupId", RequestParameterType.Path)]
public virtual long CssGroupId { get; }
Property Value
Type | Description |
---|---|
long |
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 Updatelabels parameter list.
Declaration
protected override void InitParameters()