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."],[[["The `CreateConnectivityTestRequest` class is used to request the creation of a connectivity test within the Google Cloud Network Management API, specifically in version 2.0.0."],["This class inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality comparison, deep cloning, and buffer management."],["The class includes properties like `Parent`, `Resource`, and `TestId`, which are essential for defining the scope, content, and identifier of the connectivity test being created, with `Parent` representing the project and location, `Resource` being the connectivity test, and `TestId` being the unique identifier."],["The documentation provides links to various previous versions of `CreateConnectivityTestRequest`, ranging from version 1.0.0 to the latest 2.13.0, and each link directs to the specific version of the `CreateConnectivityTestRequest`."],["There are two constructors provided, one default `CreateConnectivityTestRequest()`, and another for copying from another instance `CreateConnectivityTestRequest(CreateConnectivityTestRequest other)`."]]],[]]