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."],[[["The `DeleteConnectivityTestRequest` class is used to request the deletion of a connectivity test within the Google Cloud Network Management API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionality for message handling, equality checks, deep cloning, and buffer management."],["The class offers two constructors, a default and one that allows instantiation by cloning from another `DeleteConnectivityTestRequest` object."],["The `Name` property, which is required, specifies the full resource name of the connectivity test to be deleted, following the pattern `projects/{project_id}/locations/global/connectivityTests/{test_id}`."],["The content lists the different versions of the `DeleteConnectivityTestRequest`, with version `2.13.0` being the most recent."]]],[]]