Class ProjectsResource.LocationsResource.CatalogsResource.AttributesConfigResource.BatchRemoveCatalogAttributesRequest
Removes all specified CatalogAttributes from the AttributesConfig.
Inheritance
ProjectsResource.LocationsResource.CatalogsResource.AttributesConfigResource.BatchRemoveCatalogAttributesRequest
Implements
Inherited Members
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.QuotaUser
Namespace: Google.Apis.CloudRetail.v2beta
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource.AttributesConfigResource.BatchRemoveCatalogAttributesRequest : CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>, IClientServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>, IClientServiceRequest
Constructors
BatchRemoveCatalogAttributesRequest(IClientService, GoogleCloudRetailV2betaBatchRemoveCatalogAttributesRequest, string)
Constructs a new BatchRemoveCatalogAttributes request.
Declaration
public BatchRemoveCatalogAttributesRequest(IClientService service, GoogleCloudRetailV2betaBatchRemoveCatalogAttributesRequest body, string attributesConfig)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudRetailV2betaBatchRemoveCatalogAttributesRequest | body | |
string | attributesConfig |
Properties
AttributesConfig
Required. The attributes config resource shared by all catalog attributes being deleted.
Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig
Declaration
[RequestParameter("attributesConfig", RequestParameterType.Path)]
public virtual string AttributesConfig { get; }
Property Value
Type | Description |
---|---|
string |
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 BatchRemoveCatalogAttributes parameter list.
Declaration
protected override void InitParameters()