Class: Google::Cloud::DataCatalog::V1beta1::DeletePolicyTagRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1beta1/policytagmanager.rb

Overview

Request message for DeletePolicyTag.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Resource name of the policy tag to be deleted. All of its descendant policy tags will also be deleted.

Returns:

  • (::String)

    Required. Resource name of the policy tag to be deleted. All of its descendant policy tags will also be deleted.



231
232
233
234
# File 'proto_docs/google/cloud/datacatalog/v1beta1/policytagmanager.rb', line 231

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