Class: Google::Cloud::NetworkSecurity::V1beta1::DeleteDnsThreatDetectorRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1beta1::DeleteDnsThreatDetectorRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb
Overview
The message for deleting a DnsThreatDetector.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the DnsThreatDetector resource.
152 153 154 155 |
# File 'proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb', line 152 class DeleteDnsThreatDetectorRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |