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, found within the `Google.Cloud.NetworkManagement.V1` namespace, is a request object for rerunning connectivity tests."],["Version 2.13.0 is the latest version available for the `RerunConnectivityTestRequest`, with historical versions dating back to version 1.0.0."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as their generics."],["The `RerunConnectivityTestRequest` class includes a constructor and a single property, `Name`, which is a string representing the Connectivity Test resource name, formatted as `projects/{project_id}/locations/global/connectivityTests/{test_id}`."],["The class is part of the `Google.Cloud.NetworkManagement.V1.dll` assembly."]]],[]]