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
| 1890 1891 1892 | # File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 1890 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
| 1888 1889 1890 | # File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 1888 def @start_timestamp end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1895 1896 1897 | # File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 1895 def update!(**args) @start_timestamp = args[:start_timestamp] if args.key?(:start_timestamp) end |