Class: Google::Cloud::OrgPolicy::V2::DeleteCustomConstraintRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OrgPolicy::V2::DeleteCustomConstraintRequest
- 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
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns 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 |