class Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1FeatureMapStringList

A list of string features.

Attributes

value[RW]

String feature value with a length limit of 128 bytes. Corresponds to the JSON property `value` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/recommendationengine_v1beta1/classes.rb, line 537
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/recommendationengine_v1beta1/classes.rb, line 542
def update!(**args)
  @value = args[:value] if args.key?(:value)
end