Class: Google::Cloud::NetworkSecurity::V1::DeleteUrlListRequest

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

Overview

Request used by the DeleteUrlList method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. A name of the UrlList to delete. Must be in the format projects/*/locations/{location}/urlLists/*.

Returns:

  • (::String)

    Required. A name of the UrlList to delete. Must be in the format projects/*/locations/{location}/urlLists/*.



137
138
139
140
# File 'proto_docs/google/cloud/networksecurity/v1/url_list.rb', line 137

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