Class: Google::Apis::Adexchangebuyer2V2beta1::RealtimeTimeRange
- Inherits:
-
Object
- Object
- Google::Apis::Adexchangebuyer2V2beta1::RealtimeTimeRange
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangebuyer2_v2beta1/classes.rb,
generated/google/apis/adexchangebuyer2_v2beta1/representations.rb,
generated/google/apis/adexchangebuyer2_v2beta1/representations.rb
Overview
An open-ended realtime time range specified by the start timestamp. For filter sets that specify a realtime time range RTB metrics continue to be aggregated throughout the lifetime of the filter set.
Instance Attribute Summary collapse
-
#start_timestamp ⇒ String
The start timestamp of the real-time RTB metrics aggregation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RealtimeTimeRange
constructor
A new instance of RealtimeTimeRange.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ RealtimeTimeRange
Returns a new instance of RealtimeTimeRange
3605 3606 3607 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3605 def initialize(**args) update!(**args) end |
Instance Attribute Details
#start_timestamp ⇒ String
The start timestamp of the real-time RTB metrics aggregation.
Corresponds to the JSON property startTimestamp
3603 3604 3605 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3603 def @start_timestamp end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3610 3611 3612 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3610 def update!(**args) @start_timestamp = args[:start_timestamp] if args.key?(:start_timestamp) end |