Show / Hide Table of Contents

Class GoogleCloudRetailV2AttributesConfig

Catalog level attribute config.

Inheritance
object
GoogleCloudRetailV2AttributesConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailV2AttributesConfig : 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, GoogleCloudRetailV2CatalogAttribute> CatalogAttributes { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudRetailV2CatalogAttribute>

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX