public sealed class GetRegionDiskTypeRequest : IMessage<GetRegionDiskTypeRequest>, IEquatable<GetRegionDiskTypeRequest>, IDeepCloneable<GetRegionDiskTypeRequest>, IBufferMessage, IMessage
A request message for RegionDiskTypes.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."],[[["This webpage provides documentation for the `GetRegionDiskTypeRequest` class within the Google Cloud Compute V1 .NET library, with the latest version being 3.6.0."],["The `GetRegionDiskTypeRequest` class is used to request information about a specific region disk type, as indicated by its method description and purpose."],["The class implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET ecosystem."],["Key properties within `GetRegionDiskTypeRequest` include `DiskType`, `Project`, and `Region`, which are used to specify the disk type and location for the request, and they are all of type string."],["The page shows all the available versions of this class, from 1.0.0 all the way up to 3.6.0."]]],[]]