Class: Google::Cloud::ApiHub::V1::DeleteCurationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::DeleteCurationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/curate_service.rb
Overview
The [DeleteCuration][ApiHub.DeleteCuration] method's request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the curation resource to delete.
Format: projects/{project}/locations/{location}/curations/{curation}.
80 81 82 83 |
# File 'proto_docs/google/cloud/apihub/v1/curate_service.rb', line 80 class DeleteCurationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |