Class: Google::Apis::CloudsearchV1::EnumValues
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::EnumValues
- 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
-
#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.
883 884 885 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 883 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
881 882 883 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 881 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
888 889 890 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 888 def update!(**args) @values = args[:values] if args.key?(:values) end |