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 in Dialogflow CX."],["The latest version of the `DeleteSecuritySettingsRequest` class is 2.23.0, and it lists a comprehensive history of versions dating back to version 1.0.0."],["The `DeleteSecuritySettingsRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteSecuritySettingsRequest` class include `Name` (a string for the security settings' resource name) and `SecuritySettingsName` (a typed view over the `Name` property)."],["The class has two constructors: a default constructor `DeleteSecuritySettingsRequest()` and an overloaded constructor `DeleteSecuritySettingsRequest(DeleteSecuritySettingsRequest other)` which accepts another `DeleteSecuritySettingsRequest` object as a parameter."]]],[]]