Class CssesResource.UpdatelabelsRequest
Updates labels that are assigned to a CSS domain by its CSS group.
Inheritance
System.Object
CssesResource.UpdatelabelsRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class UpdatelabelsRequest : ShoppingContentBaseServiceRequest<Css>, IClientServiceRequest<Css>, IClientServiceRequest
Constructors
UpdatelabelsRequest(IClientService, LabelIds, Int64, Int64)
Constructs a new Updatelabels request.
Declaration
public UpdatelabelsRequest(IClientService service, LabelIds body, long cssGroupId, long cssDomainId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
LabelIds | body | |
System.Int64 | cssGroupId | |
System.Int64 | 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 |
---|---|
System.Int64 |
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 |
---|---|
System.Int64 |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.Css>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.Css>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.Css>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
System.Object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.Css>.GetBody()
InitParameters()
Initializes Updatelabels parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.ShoppingContent.v2_1.ShoppingContentBaseServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.Css>.InitParameters()