Class: Google::Cloud::Chronicle::V1::BatchGetDashboardChartsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::BatchGetDashboardChartsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb
Overview
Response message for getting dashboard charts in batch.
Instance Attribute Summary collapse
-
#dashboard_charts ⇒ ::Array<::Google::Cloud::Chronicle::V1::DashboardChart>
The dashboardCharts from the specified chronicle instance.
Instance Attribute Details
#dashboard_charts ⇒ ::Array<::Google::Cloud::Chronicle::V1::DashboardChart>
Returns The dashboardCharts from the specified chronicle instance.
723 724 725 726 |
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 723 class BatchGetDashboardChartsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |