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."],[[["The `GetDiskTypeRequest` class is used to request information about a specific disk type within the Google Cloud Compute API, with the latest version being 3.6.0."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support various functionalities within the .NET environment."],["It inherits base functionalities from the `Object` class, with additional members `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` included."],["The `GetDiskTypeRequest` class has constructors to create instances, either new or by copying another `GetDiskTypeRequest` instance, allowing flexibility when making the request."],["The `GetDiskTypeRequest` object requires three key properties to successfully receive a response: `DiskType`, `Project`, and `Zone`, all of which must be of the string type."]]],[]]