Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1alpha/classes.rb,
lib/google/apis/integrations_v1alpha/representations.rb,
lib/google/apis/integrations_v1alpha/representations.rb
Overview
The response for getting Execution stats.
Instance Attribute Summary collapse
-
#aplos_series_list_data ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmCardsTemplatesAplosSeriesListData
Data used for Aplos charts that accept multiple Series.
-
#table_data ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmCardsTabularData
The generic data format returned from all connectors.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaMonitorExecutionStatsResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaMonitorExecutionStatsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaMonitorExecutionStatsResponse
Returns a new instance of GoogleCloudIntegrationsV1alphaMonitorExecutionStatsResponse.
7867 7868 7869 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7867 def initialize(**args) update!(**args) end |
Instance Attribute Details
#aplos_series_list_data ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmCardsTemplatesAplosSeriesListData
Data used for Aplos charts that accept multiple Series.
Corresponds to the JSON property aplosSeriesListData
7860 7861 7862 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7860 def aplos_series_list_data @aplos_series_list_data end |
#table_data ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmCardsTabularData
The generic data format returned from all connectors.
Corresponds to the JSON property tableData
7865 7866 7867 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7865 def table_data @table_data end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7872 7873 7874 7875 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7872 def update!(**args) @aplos_series_list_data = args[:aplos_series_list_data] if args.key?(:aplos_series_list_data) @table_data = args[:table_data] if args.key?(:table_data) end |