public sealed class DeleteSecuritySettingsRequest : IMessage<DeleteSecuritySettingsRequest>, IEquatable<DeleteSecuritySettingsRequest>, IDeepCloneable<DeleteSecuritySettingsRequest>, IBufferMessage, IMessage
The request message for [SecuritySettings.DeleteSecuritySettings][].
Required. The name of the [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings] to delete.
Format: projects/<Project ID>/locations/<Location
ID>/securitySettings/<Security Settings ID>.
[[["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 details the `DeleteSecuritySettingsRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, which is used to request the deletion of security settings."],["The latest version of this class is 2.23.0, with a history of versions ranging down to 1.0.0, all available to be accessed through their dedicated pages."],["The `DeleteSecuritySettingsRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google's Protobuf library and .NET."],["Key properties of the `DeleteSecuritySettingsRequest` include `Name` (a string representing the security settings' resource name) and `SecuritySettingsName` (a typed view of the resource name), providing flexibility in how the security settings are referenced."],["There are two constructors for this class, one is parameterless, the other one take a `DeleteSecuritySettingsRequest` for cloning purposes."]]],[]]