GoogleApi.Dataproc.V1.Model.ListAutoscalingPoliciesResponse (google_api_dataproc v0.40.0) 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
Specs
t() :: %GoogleApi.Dataproc.V1.Model.ListAutoscalingPoliciesResponse{ nextPageToken: String.t(), policies: [GoogleApi.Dataproc.V1.Model.AutoscalingPolicy.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.