Class GoogleCloudRetailV2betaAttributesConfig
Catalog level attribute config.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaAttributesConfig : IDirectResponseSchema
Properties
AttributeConfigLevel
Output only. The AttributeConfigLevel used for this catalog.
Declaration
[JsonProperty("attributeConfigLevel")]
public virtual string AttributeConfigLevel { get; set; }
Property Value
Type | Description |
---|---|
string |
CatalogAttributes
Enable attribute(s) config at catalog level. For example, indexable, dynamic_facetable, or searchable for
each attribute. The key is catalog attribute's name. For example: color
, brands
,
attributes.custom_attribute
, such as attributes.xyz
. The maximum number of catalog attributes allowed in
a request is 1000.
Declaration
[JsonProperty("catalogAttributes")]
public virtual IDictionary<string, GoogleCloudRetailV2betaCatalogAttribute> CatalogAttributes { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudRetailV2betaCatalogAttribute> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Required. Immutable. The fully qualified resource name of the attribute config. Format:
projects/*/locations/*/catalogs/*/attributesConfig
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |