public sealed class CreateConnectivityTestRequest : IMessage<CreateConnectivityTestRequest>, IEquatable<CreateConnectivityTestRequest>, IDeepCloneable<CreateConnectivityTestRequest>, 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 `CreateConnectivityTestRequest` class, which is used to create a request for the `CreateConnectivityTest` method in the Google Cloud Network Management API."],["The `CreateConnectivityTestRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The latest version of the API documented here is 2.13.0, but the specific class documented is for version 2.2.0 and versions 1.0.0 through 2.13.0 of the API are available."],["Key properties of `CreateConnectivityTestRequest` include `Parent`, `Resource`, and `TestId`, which specify the parent resource, the `ConnectivityTest` resource, and the logical name of the test, respectively, and all are required fields for a request."],["The CreateConnectivityTestRequest class has 2 constructors, one of them being a default, and the other takes another CreateConnectivityTestRequest as a parameter."]]],[]]