Class: Google::Apis::CloudsearchV1::TimestampValues
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::TimestampValues
- 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 timestamp values.
Instance Attribute Summary collapse
-
#values ⇒ Array<String>
The maximum number of elements is 100.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TimestampValues
constructor
A new instance of TimestampValues.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ TimestampValues
Returns a new instance of TimestampValues
4536 4537 4538 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4536 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<String>
The maximum number of elements is 100.
Corresponds to the JSON property values
4534 4535 4536 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4534 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4541 4542 4543 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4541 def update!(**args) @values = args[:values] if args.key?(:values) end |