public sealed class GetDiskTypeRequest : IMessage<GetDiskTypeRequest>, IEquatable<GetDiskTypeRequest>, IDeepCloneable<GetDiskTypeRequest>, IBufferMessage, IMessage
A request message for DiskTypes.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 details the `GetDiskTypeRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving information about a specific disk type."],["The `GetDiskTypeRequest` class is part of the Google Cloud Compute API's .NET library, with version 3.6.0 being the latest, and versions ranging from 1.0.0 to 3.6.0 being listed."],["`GetDiskTypeRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for efficient data handling and cloning."],["The class has three primary properties: `DiskType`, `Project`, and `Zone`, all of which are strings and used to specify the disk type, project ID, and zone for the request, respectively."],["There are two constructors for `GetDiskTypeRequest`, one default and another that accepts another `GetDiskTypeRequest` object as a parameter for copying."]]],[]]