Class ProjectsResource.LocationsResource.CatalogsResource.AttributesConfigResource.RemoveCatalogAttributeRequest
Removes the specified CatalogAttribute from the AttributesConfig. If the CatalogAttribute to remove does not exist, a NOT_FOUND error is returned.
Inheritance
ProjectsResource.LocationsResource.CatalogsResource.AttributesConfigResource.RemoveCatalogAttributeRequest
Inherited Members
Namespace: Google.Apis.CloudRetail.v2beta
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource.AttributesConfigResource.RemoveCatalogAttributeRequest : CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaAttributesConfig>, IClientServiceRequest<GoogleCloudRetailV2betaAttributesConfig>, IClientServiceRequest
Constructors
RemoveCatalogAttributeRequest(IClientService, GoogleCloudRetailV2betaRemoveCatalogAttributeRequest, string)
Constructs a new RemoveCatalogAttribute request.
Declaration
public RemoveCatalogAttributeRequest(IClientService service, GoogleCloudRetailV2betaRemoveCatalogAttributeRequest body, string attributesConfig)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudRetailV2betaRemoveCatalogAttributeRequest | body | |
string | attributesConfig |
Properties
AttributesConfig
Required. Full AttributesConfig resource name. 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 RemoveCatalogAttribute parameter list.
Declaration
protected override void InitParameters()