Class: Google::Cloud::Chronicle::V1::GetFeaturedContentNativeDashboardRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::GetFeaturedContentNativeDashboardRequest
- 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 get a FeaturedContentNativeDashboard.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the FeaturedContentNativeDashboard to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}.
47 48 49 50 |
# File 'proto_docs/google/cloud/chronicle/v1/featured_content_native_dashboard.rb', line 47 class GetFeaturedContentNativeDashboardRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |