Class: Google::Cloud::OrgPolicy::V2::DeleteCustomConstraintRequest

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

Overview

The request sent to the [DeleteCustomConstraint] [google.cloud.orgpolicy.v2.OrgPolicy.DeleteCustomConstraint] method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the custom constraint to delete. See the custom constraint entry for naming rules.

Returns:

  • (::String)

    Required. Name of the custom constraint to delete. See the custom constraint entry for naming rules.



428
429
430
431
# File 'proto_docs/google/cloud/orgpolicy/v2/orgpolicy.rb', line 428

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