public sealed class GetSubnetworkRequest : IMessage<GetSubnetworkRequest>, IEquatable<GetSubnetworkRequest>, IDeepCloneable<GetSubnetworkRequest>, IBufferMessage, IMessage
A request message for Subnetworks.Get. See the method description for details.
[[["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 `GetSubnetworkRequest` class is a request message used for retrieving details about a specific subnetwork, as part of the `Subnetworks.Get` method."],["The latest version available is 3.6.0, and the page provides links to documentation for numerous other versions, spanning from 1.0.0 to 3.5.0."],["The `GetSubnetworkRequest` class implements multiple interfaces, including `IMessage\u003cGetSubnetworkRequest\u003e`, `IEquatable\u003cGetSubnetworkRequest\u003e`, `IDeepCloneable\u003cGetSubnetworkRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class has three primary properties: `Project` (for specifying the project ID), `Region` (for specifying the region), and `Subnetwork` (for specifying the subnetwork name)."],["The constructor `GetSubnetworkRequest(GetSubnetworkRequest other)` takes an optional parameter of itself, `other`, which allows for it to be created based on another `GetSubnetworkRequest`."]]],[]]