public sealed class DeleteCustomConstraintRequest : IMessage<DeleteCustomConstraintRequest>, IEquatable<DeleteCustomConstraintRequest>, IDeepCloneable<DeleteCustomConstraintRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Organization Policy v2 API class DeleteCustomConstraintRequest.
The request sent to the [DeleteCustomConstraint]
[google.cloud.orgpolicy.v2.OrgPolicy.DeleteCustomConstraint] method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides reference documentation for the `DeleteCustomConstraintRequest` class within the Google Cloud Organization Policy v2 API, specifically for version 2.3.0."],["`DeleteCustomConstraintRequest` is used to send requests to the `DeleteCustomConstraint` method, enabling the deletion of custom constraints."],["The `DeleteCustomConstraintRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of this class include `CustomConstraintName`, which offers a typed view of the custom constraint's name, and `Name`, a string representing the required name of the custom constraint to be deleted."],["The documentation lists all the available versions of the API, from the latest 2.7.0 all the way to the 1.0.0 release."]]],[]]