public sealed class GetAutoscalerRequest : IMessage<GetAutoscalerRequest>, IEquatable<GetAutoscalerRequest>, IDeepCloneable<GetAutoscalerRequest>, IBufferMessage, IMessage
A request message for Autoscalers.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 latest version of the `GetAutoscalerRequest` is 3.6.0, but there are many versions available, including a range from 1.0.0 up to 3.6.0 for users to reference."],["`GetAutoscalerRequest` is a request message for `Autoscalers.Get` and inherits from Object, while also implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAutoscalerRequest` class has two constructors: a default constructor and another that takes another `GetAutoscalerRequest` object as a parameter."],["The class includes three key properties: `Autoscaler` (name of the autoscaler), `Project` (Project ID), and `Zone` (name of the zone), all of which are strings."]]],[]]