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."],[[["This document provides reference information for the `DeleteConnectivityTestRequest` class within the Google Cloud Network Management v1 API, specifically version 2.11.0."],["The `DeleteConnectivityTestRequest` class is used to define a request for deleting a connectivity test, inheriting from the base `object` class and implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains two properties, `ConnectivityTestName` which provides a typed view over the name, and `Name`, a string property representing the required connectivity test resource name."],["The document also lists the available versions of the API, ranging from version 1.0.0 up to the latest 2.13.0, each with a direct link to the `DeleteConnectivityTestRequest` documentation for that version."],["The main use case for this class is to facilitate requests to the method, `DeleteConnectivityTest` in the API, in which it is utilized to describe the required arguments."]]],[]]