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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `DeleteCustomConstraintRequest` class within the Google Cloud Organization Policy v2 API."],["`DeleteCustomConstraintRequest` is the request type sent to the `DeleteCustomConstraint` method for deleting a custom constraint."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteCustomConstraintRequest` class has properties such as `CustomConstraintName` and `Name`, where `Name` is a string containing the custom constraint to be deleted."],["There are multiple versions available for the `DeleteCustomConstraintRequest` class, with version 2.7.0 as the latest, and it is part of the `Google.Cloud.OrgPolicy.V2` namespace, within the `Google.Cloud.OrgPolicy.V2.dll` assembly."]]],[]]