Class: Google::Cloud::WebSecurityScanner::V1beta::DeleteScanConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb

Overview

Request for the DeleteScanConfig method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the ScanConfig to be deleted. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'.

Returns:

  • (::String)

    Required. The resource name of the ScanConfig to be deleted. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'.



42
43
44
45
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb', line 42

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