Class: Google::Apis::CloudsearchV1::DateValues

Inherits:
Object
  • Object
show all
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 date values.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ DateValues

Returns a new instance of DateValues



413
414
415
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 413

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#valuesArray<Google::Apis::CloudsearchV1::Date>

The maximum number of elements is 100. Corresponds to the JSON property values



411
412
413
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 411

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



418
419
420
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 418

def update!(**args)
  @values = args[:values] if args.key?(:values)
end