public sealed class RerunConnectivityTestRequest : IMessage<RerunConnectivityTestRequest>, IEquatable<RerunConnectivityTestRequest>, IDeepCloneable<RerunConnectivityTestRequest>, 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 `RerunConnectivityTestRequest` class, part of the `Google.Cloud.NetworkManagement.V1` namespace, is a request object for rerunning connectivity tests."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The `RerunConnectivityTestRequest` class includes a `Name` property, which is a required string representing the connectivity test resource name in the format `projects/{project_id}/locations/global/connectivityTests/{test_id}`."],["The latest version of the documentation is version 2.13.0, and there are 15 total versions listed, from 1.0.0 to 2.13.0."],["There are two constructors for the class `RerunConnectivityTestRequest()`, one of which takes in a `RerunConnectivityTestRequest` object as a parameter."]]],[]]