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
      3595 3596 3597  | 
    
      # File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3595 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
      3593 3594 3595  | 
    
      # File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3593 def @start_timestamp end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      3600 3601 3602  | 
    
      # File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3600 def update!(**args) @start_timestamp = args[:start_timestamp] if args.key?(:start_timestamp) end  |