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 more...
Overview
List of timestamp values.
Instance Attribute Summary collapse
-
#values ⇒ Array<String>
Corresponds to the JSON property
values
.
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
4533 4534 4535 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4533 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<String>
Corresponds to the JSON property values
4531 4532 4533 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4531 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4538 4539 4540 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4538 def update!(**args) @values = args[:values] if args.key?(:values) end |