Retail v2 API - Class RemoveCatalogAttributeRequest (2.8.0)

public sealed class RemoveCatalogAttributeRequest : IMessage<RemoveCatalogAttributeRequest>, IEquatable<RemoveCatalogAttributeRequest>, IDeepCloneable<RemoveCatalogAttributeRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Retail v2 API class RemoveCatalogAttributeRequest.

Request for [CatalogService.RemoveCatalogAttribute][google.cloud.retail.v2.CatalogService.RemoveCatalogAttribute] method.

Inheritance

object > RemoveCatalogAttributeRequest

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

RemoveCatalogAttributeRequest()

public RemoveCatalogAttributeRequest()

RemoveCatalogAttributeRequest(RemoveCatalogAttributeRequest)

public RemoveCatalogAttributeRequest(RemoveCatalogAttributeRequest other)
Parameter
NameDescription
otherRemoveCatalogAttributeRequest

Properties

AttributesConfig

public string AttributesConfig { get; set; }

Required. Full AttributesConfig resource name. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig

Property Value
TypeDescription
string

AttributesConfigAsAttributesConfigName

public AttributesConfigName AttributesConfigAsAttributesConfigName { get; set; }

AttributesConfigName-typed view over the AttributesConfig resource name property.

Property Value
TypeDescription
AttributesConfigName

Key

public string Key { get; set; }

Required. The attribute name key of the [CatalogAttribute][google.cloud.retail.v2.CatalogAttribute] to remove.

Property Value
TypeDescription
string