Class: Google::Cloud::Chronicle::V1::InstallFeaturedContentNativeDashboardRequest

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

Instance Attribute Details

Returns Optional. The FeaturedContentNativeDashboard to install.

Returns:



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}.

Returns:

  • (::String)

    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