Class: Google::Apis::CloudsearchV1::EnumValues

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/cloudsearch_v1/classes.rb,
generated/google/apis/cloudsearch_v1/representations.rb,
generated/google/apis/cloudsearch_v1/representations.rb

Overview

List of enum values.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ EnumValues

Returns a new instance of EnumValues.



911
912
913
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 911

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

Instance Attribute Details

#valuesArray<String>

The maximum allowable length for string values is 32 characters. Corresponds to the JSON property values

Returns:

  • (Array<String>)


909
910
911
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 909

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



916
917
918
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 916

def update!(**args)
  @values = args[:values] if args.key?(:values)
end