Class: Google::Apis::BusinessprofileperformanceV1::GetDailyMetricsTimeSeriesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/businessprofileperformance_v1/classes.rb,
lib/google/apis/businessprofileperformance_v1/representations.rb,
lib/google/apis/businessprofileperformance_v1/representations.rb

Overview

Represents the response for GetDailyMetricsTimeSeries.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GetDailyMetricsTimeSeriesResponse

Returns a new instance of GetDailyMetricsTimeSeriesResponse.



187
188
189
# File 'lib/google/apis/businessprofileperformance_v1/classes.rb', line 187

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

Instance Attribute Details

#time_seriesGoogle::Apis::BusinessprofileperformanceV1::TimeSeries

Represents a timeseries. Corresponds to the JSON property timeSeries



185
186
187
# File 'lib/google/apis/businessprofileperformance_v1/classes.rb', line 185

def time_series
  @time_series
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



192
193
194
# File 'lib/google/apis/businessprofileperformance_v1/classes.rb', line 192

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