Class: Google::Cloud::Monitoring::Dashboard::V1::DeleteDashboardRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/dashboard/v1/dashboards_service.rb

Overview

The DeleteDashboard request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the Dashboard. The format is:

projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID].

Returns:

  • (::String)

    Required. The resource name of the Dashboard. The format is:

    projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID]
    


99
100
101
102
# File 'proto_docs/google/monitoring/dashboard/v1/dashboards_service.rb', line 99

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