Class: Google::Cloud::Chronicle::V1::InstallFeaturedContentNativeDashboardResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::InstallFeaturedContentNativeDashboardResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/featured_content_native_dashboard.rb
Overview
Response message for installing a FeaturedContentNativeDashboard.
Instance Attribute Summary collapse
-
#native_dashboard ⇒ ::String
Optional.
Instance Attribute Details
#native_dashboard ⇒ ::String
Returns Optional. The resource name of the NativeDashboard created. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{native_dashboard_id}.
134 135 136 137 |
# File 'proto_docs/google/cloud/chronicle/v1/featured_content_native_dashboard.rb', line 134 class InstallFeaturedContentNativeDashboardResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |