public sealed class UpdateConnectivityTestRequest : IMessage<UpdateConnectivityTestRequest>, IEquatable<UpdateConnectivityTestRequest>, IDeepCloneable<UpdateConnectivityTestRequest>, 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-04-01 UTC."],[[["This webpage details the `UpdateConnectivityTestRequest` class within the `Google.Cloud.NetworkManagement.V1` namespace, used to manage requests for the `UpdateConnectivityTest` method."],["The `UpdateConnectivityTestRequest` class, which inherits from `Object` and implements multiple interfaces such as `IMessage` and `IEquatable`, is found in the `Google.Cloud.NetworkManagement.V1.dll` assembly."],["It includes properties like `Resource` (of type `ConnectivityTest`) and `UpdateMask` (of type `FieldMask`), which are essential for defining the specific fields and values that should be updated in a connectivity test."],["There are two constructors, a parameterless constructor and one that takes another `UpdateConnectivityTestRequest` object, allowing for creating new instances of the class."],["This content lists different versions of this class, ranging from the most recent 2.13.0 version down to the initial 1.0.0 version, allowing you to access each versions documentation."]]],[]]