public sealed class UpdateConnectivityTestRequest : IMessage<UpdateConnectivityTestRequest>, IEquatable<UpdateConnectivityTestRequest>, IDeepCloneable<UpdateConnectivityTestRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class UpdateConnectivityTestRequest.
[[["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 document provides reference documentation for the `UpdateConnectivityTestRequest` class within the Network Management v1 API for .NET, detailing its structure and usage."],["The latest version available is 2.13.0, and the document lists all versions from 1.0.0 up to the latest, each linked to their respective documentation for the `UpdateConnectivityTestRequest`."],["`UpdateConnectivityTestRequest` is used to submit a request to the `UpdateConnectivityTest` method, inheriting from `Object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one (`UpdateConnectivityTestRequest()`) and one that takes another `UpdateConnectivityTestRequest` object as a parameter (`UpdateConnectivityTestRequest(UpdateConnectivityTestRequest other)`)."],["The class includes properties such as `Resource` of type `ConnectivityTest`, which specifies which fields to update, and `UpdateMask` of type `FieldMask`, which specifies which fields to change."]]],[]]