Class: Google::Apis::BusinessprofileperformanceV1::GetDailyMetricsTimeSeriesResponse
- Inherits:
-
Object
- Object
- Google::Apis::BusinessprofileperformanceV1::GetDailyMetricsTimeSeriesResponse
- 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
-
#time_series ⇒ Google::Apis::BusinessprofileperformanceV1::TimeSeries
Represents a timeseries.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetDailyMetricsTimeSeriesResponse
constructor
A new instance of GetDailyMetricsTimeSeriesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_series ⇒ Google::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 |