class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCustomAttribute

A custom attribute that is not explicitly modeled in Product.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

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