public sealed class UpdateAutoscalingPolicyRequest : IMessage<UpdateAutoscalingPolicyRequest>, IEquatable<UpdateAutoscalingPolicyRequest>, IDeepCloneable<UpdateAutoscalingPolicyRequest>, IBufferMessage, IMessage
[[["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 `UpdateAutoscalingPolicyRequest` class within the `Google.Cloud.Dataproc.V1` namespace, used for requesting updates to an autoscaling policy."],["The class has a constructor and one main property, `Policy`, which is of type `AutoscalingPolicy` and is a required field for specifying the updated autoscaling settings."],["The most recent version documented is 5.17.0, with versions ranging down to 3.1.0 also available for review, showcasing a broad spectrum of historical documentation for this class."],["The `UpdateAutoscalingPolicyRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, suggesting a complex object structure."]]],[]]