Class: Google::Apis::ContactcenteraiplatformV1alpha1::DateList
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenteraiplatformV1alpha1::DateList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb,
lib/google/apis/contactcenteraiplatform_v1alpha1/representations.rb,
lib/google/apis/contactcenteraiplatform_v1alpha1/representations.rb
Overview
List of dates.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ DateList
constructor
A new instance of DateList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DateList
Returns a new instance of DateList.
367 368 369 |
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 367 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Google::Apis::ContactcenteraiplatformV1alpha1::Date>
Optional. Values in the list.
Corresponds to the JSON property values
365 366 367 |
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 365 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
372 373 374 |
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 372 def update!(**args) @values = args[:values] if args.key?(:values) end |