public sealed class DeleteConnectivityTestRequest : IMessage<DeleteConnectivityTestRequest>, IEquatable<DeleteConnectivityTestRequest>, IDeepCloneable<DeleteConnectivityTestRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class DeleteConnectivityTestRequest.
[[["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 part of the Google Cloud Network Management v1 API, with the latest version being 2.13.0."],["This class is used to represent a request for the `DeleteConnectivityTest` method, which is available in the specified versions."],["It inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteConnectivityTestRequest` class includes a `Name` property of type string that is required and represents the resource name of the connectivity test."],["The class provides two constructors, one default constructor and one that copies the properties of an existing `DeleteConnectivityTestRequest` instance."]]],[]]