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.



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

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

Instance Attribute Details

#time_seriesGoogle::Apis::BusinessprofileperformanceV1::TimeSeries

Represents a timeseries. Corresponds to the JSON property timeSeries



189
190
191
# File 'lib/google/apis/businessprofileperformance_v1/classes.rb', line 189

def time_series
  @time_series
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



196
197
198
# File 'lib/google/apis/businessprofileperformance_v1/classes.rb', line 196

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