class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaAttributesConfig
Catalog level attribute config.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @attribute_config_level = args[:attribute_config_level] if args.key?(:attribute_config_level) @catalog_attributes = args[:catalog_attributes] if args.key?(:catalog_attributes) @name = args[:name] if args.key?(:name) end