Cloud Quotas v1beta API - Class GetQuotaPreferenceRequest (1.0.0-beta01)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class GetQuotaPreferenceRequest : IMessage<GetQuotaPreferenceRequest>, IEquatable<GetQuotaPreferenceRequest>, IDeepCloneable<GetQuotaPreferenceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Quotas v1beta API class GetQuotaPreferenceRequest.
[[["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-09 UTC."],[[["`GetQuotaPreferenceRequest` is a sealed class within the Cloud Quotas v1beta API, specifically used for retrieving a QuotaPreference."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for functionalities like deep cloning and buffer message handling."],["The class has two constructors: a default constructor and one that accepts another `GetQuotaPreferenceRequest` object for creating a copy."],["It includes two properties, `Name` which is a required string, and `QuotaPreferenceName`, which is a `QuotaPreferenceName`-typed view of the name property."],["The primary function of the class is to serve as a message for fetching a `QuotaPreference`, with the name property being required to identify the specific resource."]]],[]]