google_api_dataproc v0.24.0 GoogleApi.Dataproc.V1.Model.ListAutoscalingPoliciesResponse View Source
A response to a request to list autoscaling policies in a project.
Attributes
nextPageToken
(type:String.t
, default:nil
) - Output only. This token is included in the response if there are more results to fetch.policies
(type:list(GoogleApi.Dataproc.V1.Model.AutoscalingPolicy.t)
, default:nil
) - Output only. Autoscaling policies list.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Dataproc.V1.Model.ListAutoscalingPoliciesResponse{ nextPageToken: String.t(), policies: [GoogleApi.Dataproc.V1.Model.AutoscalingPolicy.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.