class Google::Apis::CloudsearchV1::TextValues

List of text values.

Attributes

values[RW]

The maximum allowable length for text values is 2048 characters. Corresponds to the JSON property `values` @return [Array<String>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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