class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaProductAttributeValue

def update!(**args)

Update properties of this object
def update!(**args)
  @name = args[:name] if args.key?(:name)
  @value = args[:value] if args.key?(:value)
end