public sealed class DeleteConnectivityTestRequest : IMessage<DeleteConnectivityTestRequest>, IEquatable<DeleteConnectivityTestRequest>, IDeepCloneable<DeleteConnectivityTestRequest>, 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-03-21 UTC."],[[["This webpage details the `DeleteConnectivityTestRequest` class within the `Google.Cloud.NetworkManagement.V1` namespace, used to request the deletion of a connectivity test."],["The latest version of this class is 2.13.0, and the page also provides access to documentation for versions ranging from 1.0.0 to 2.12.0, with a total of 16 versions listed."],["`DeleteConnectivityTestRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inheritance from the `Object` class."],["The `DeleteConnectivityTestRequest` class includes a required property called `Name`, which is a string representing the connectivity test resource name in a specific format, such as `projects/{project_id}/locations/global/connectivityTests/{test_id}`."],["There are two constructors detailed for `DeleteConnectivityTestRequest`, a default parameterless one, and another which takes in another `DeleteConnectivityTestRequest` object."]]],[]]