View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2AttributesConfig (google_api_retail v0.19.1)
Catalog level attribute config.
Attributes
-
attributeConfigLevel
(type:String.t
, default:nil
) - Output only. The AttributeConfigLevel used for this catalog. -
catalogAttributes
(type:%{optional(String.t) => GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CatalogAttribute.t}
, default:nil
) - 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 asattributes.xyz
. The maximum number of catalog attributes allowed in a request is 1000. -
name
(type:String.t
, default:nil
) - Required. Immutable. The fully qualified resource name of the attribute config. Format:projects/*/locations/*/catalogs/*/attributesConfig
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2AttributesConfig{ attributeConfigLevel: String.t() | nil, catalogAttributes: %{ optional(String.t()) => GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CatalogAttribute.t() } | nil, name: String.t() | nil }