Class: Google::Cloud::Chronicle::V1::BatchGetDashboardChartsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#dashboard_charts::Array<::Google::Cloud::Chronicle::V1::DashboardChart>

Returns The dashboardCharts from the specified chronicle instance.

Returns:



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