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.



108
109
110
# File 'lib/google/apis/businessprofileperformance_v1/classes.rb', line 108

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

Instance Attribute Details

#time_seriesGoogle::Apis::BusinessprofileperformanceV1::TimeSeries

Represents a timeseries. Corresponds to the JSON property timeSeries



106
107
108
# File 'lib/google/apis/businessprofileperformance_v1/classes.rb', line 106

def time_series
  @time_series
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



113
114
115
# File 'lib/google/apis/businessprofileperformance_v1/classes.rb', line 113

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