View Source GoogleApi.Dataproc.V1.Model.ListAutoscalingPoliciesResponse (google_api_dataproc v0.54.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.ListAutoscalingPoliciesResponse{
  nextPageToken: String.t() | nil,
  policies: [GoogleApi.Dataproc.V1.Model.AutoscalingPolicy.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.