class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaProductAttributeValue
if we have ‘name=color` and `value=red`, this means that the color is `red`.
structure is used in conversational search filters and answers. For example,
Product attribute which structured by an attribute name and value. This
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @name = args[:name] if args.key?(:name) @value = args[:value] if args.key?(:value) end