Class: Google::Cloud::Chronicle::V1::InstallFeaturedContentNativeDashboardRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::InstallFeaturedContentNativeDashboardRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/featured_content_native_dashboard.rb
Overview
Request message to install a FeaturedContentNativeDashboard.
Instance Attribute Summary collapse
-
#featured_content_native_dashboard ⇒ ::Google::Cloud::Chronicle::V1::FeaturedContentNativeDashboard
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#featured_content_native_dashboard ⇒ ::Google::Cloud::Chronicle::V1::FeaturedContentNativeDashboard
Returns Optional. The FeaturedContentNativeDashboard to install.
123 124 125 126 |
# File 'proto_docs/google/cloud/chronicle/v1/featured_content_native_dashboard.rb', line 123 class InstallFeaturedContentNativeDashboardRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name of the FeaturedContentNativeDashboard to install. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}.
123 124 125 126 |
# File 'proto_docs/google/cloud/chronicle/v1/featured_content_native_dashboard.rb', line 123 class InstallFeaturedContentNativeDashboardRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |