public sealed class DeleteClientTlsPolicyRequest : IMessage<DeleteClientTlsPolicyRequest>, IEquatable<DeleteClientTlsPolicyRequest>, IDeepCloneable<DeleteClientTlsPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Security v1beta1 API class DeleteClientTlsPolicyRequest.
[[["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-04-02 UTC."],[[["This page provides documentation for the `DeleteClientTlsPolicyRequest` class within the Google Cloud Network Security v1beta1 API, detailing its use in deleting a ClientTlsPolicy."],["The `DeleteClientTlsPolicyRequest` class is a request object used by the `DeleteClientTlsPolicy` method, inheriting from `object` and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances, either empty or by copying another `DeleteClientTlsPolicyRequest` object."],["It contains two properties, `ClientTlsPolicyName` which provides a typed view of a ClientTlsPolicy, and `Name`, which is a string property representing the name of the ClientTlsPolicy to be deleted, following a specific format."],["The latest version of this `DeleteClientTlsPolicyRequest` available is version `2.0.0-beta06`, with prior versions `2.0.0-beta05` and `1.0.0-beta02` also available."]]],[]]