Class: Google::Apis::CloudsearchV1::DateValues
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::DateValues
- 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 date values.
Instance Attribute Summary collapse
-
#values ⇒ Array<Google::Apis::CloudsearchV1::Date>
Corresponds to the JSON property
values
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DateValues
constructor
A new instance of DateValues.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DateValues
Returns a new instance of DateValues.
604 605 606 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 604 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Google::Apis::CloudsearchV1::Date>
Corresponds to the JSON property values
602 603 604 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 602 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
609 610 611 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 609 def update!(**args) @values = args[:values] if args.key?(:values) end |