Class: Google::Apis::GmailpostmastertoolsV2::DateList
- Inherits:
-
Object
- Object
- Google::Apis::GmailpostmastertoolsV2::DateList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gmailpostmastertools_v2/classes.rb,
lib/google/apis/gmailpostmastertools_v2/representations.rb,
lib/google/apis/gmailpostmastertools_v2/representations.rb
Overview
A set of specific 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.
256 257 258 |
# File 'lib/google/apis/gmailpostmastertools_v2/classes.rb', line 256 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dates ⇒ Array<Google::Apis::GmailpostmastertoolsV2::Date>
Required. The list of specific dates for which to retrieve data.
Corresponds to the JSON property dates
254 255 256 |
# File 'lib/google/apis/gmailpostmastertools_v2/classes.rb', line 254 def dates @dates end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
261 262 263 |
# File 'lib/google/apis/gmailpostmastertools_v2/classes.rb', line 261 def update!(**args) @dates = args[:dates] if args.key?(:dates) end |