public sealed class DeleteServerTlsPolicyRequest : IMessage<DeleteServerTlsPolicyRequest>, IEquatable<DeleteServerTlsPolicyRequest>, IDeepCloneable<DeleteServerTlsPolicyRequest>, IBufferMessage, IMessage
[[["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 document outlines the `DeleteServerTlsPolicyRequest` class, which is utilized to request the deletion of a ServerTlsPolicy within the Google Cloud Network Security V1Beta1 service."],["The class, part of the `Google.Cloud.NetworkSecurity.V1Beta1` namespace, is implemented in the `Google.Cloud.NetworkSecurity.V1Beta1.dll` assembly, and it inherits from `Object` while implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteServerTlsPolicyRequest` class has properties such as `Name` (a string indicating the ServerTlsPolicy to be deleted) and `ServerTlsPolicyName` (a typed view of the resource name)."],["This class has two constructors, one being an empty constructor, and another taking in a `DeleteServerTlsPolicyRequest` as a parameter."],["The document includes various versions of the class, with `2.0.0-beta06` being the latest, followed by `2.0.0-beta05`, and `1.0.0-beta02`."]]],[]]