Class: Google::Cloud::Chronicle::V1::DuplicateChartResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::DuplicateChartResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/native_dashboard.rb
Overview
Response message for duplicating chart in a dashboard.
Instance Attribute Summary collapse
-
#dashboard_chart ⇒ ::Google::Cloud::Chronicle::V1::DashboardChart
Duplicated chart resource.
-
#native_dashboard ⇒ ::Google::Cloud::Chronicle::V1::NativeDashboard
Dashboard with chart added in definition.
Instance Attribute Details
#dashboard_chart ⇒ ::Google::Cloud::Chronicle::V1::DashboardChart
Returns Duplicated chart resource.
394 395 396 397 |
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 394 class DuplicateChartResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#native_dashboard ⇒ ::Google::Cloud::Chronicle::V1::NativeDashboard
Returns Dashboard with chart added in definition.
394 395 396 397 |
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 394 class DuplicateChartResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |