Class: Google::Apis::CloudsearchV1::EnumValues
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::EnumValues
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
List of enum values.
Instance Attribute Summary collapse
-
#values ⇒ Array<String>
The maximum allowable length for string values is 32 characters.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnumValues
constructor
A new instance of EnumValues.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnumValues
Returns a new instance of EnumValues.
3199 3200 3201 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3199 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<String>
The maximum allowable length for string values is 32 characters.
Corresponds to the JSON property values
3197 3198 3199 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3197 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3204 3205 3206 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3204 def update!(**args) @values = args[:values] if args.key?(:values) end |