Class: Google::Cloud::Chronicle::V1::DuplicateNativeDashboardRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/chronicle/v1/native_dashboard.rb

Overview

Request message to duplicate a dashboard.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The dashboard name to duplicate. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}.

Returns:

  • (::String)

    Required. The dashboard name to duplicate. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}



265
266
267
268
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 265

class DuplicateNativeDashboardRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#native_dashboard::Google::Cloud::Chronicle::V1::NativeDashboard

Returns Required. Any fields that need modification can be passed through this like name, description etc.

Returns:



265
266
267
268
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 265

class DuplicateNativeDashboardRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end