class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaProductAttributeInterval
Product attribute name and numeric interval.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @interval = args[:interval] if args.key?(:interval) @name = args[:name] if args.key?(:name) end