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.
8777 8778 8779 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 8777 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
8775 8776 8777 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 8775 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8782 8783 8784 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 8782 def update!(**args) @values = args[:values] if args.key?(:values) end |