Class: Google::Apis::Adexchangebuyer2V2beta1::RealtimeTimeRange

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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ RealtimeTimeRange

Returns a new instance of RealtimeTimeRange



1879
1880
1881
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 1879

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

Instance Attribute Details

#start_timestampString

The start timestamp of the real-time RTB metrics aggregation. Corresponds to the JSON property startTimestamp

Returns:

  • (String)


1877
1878
1879
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 1877

def start_timestamp
  @start_timestamp
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1884
1885
1886
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 1884

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