GoogleApi.Composer.V1.Model.ListEnvironmentsResponse (google_api_composer v0.36.3)

View Source

The environments in a project and location.

Attributes

  • environments (type: list(GoogleApi.Composer.V1.Model.Environment.t), default: nil) - The list of environments returned by a ListEnvironmentsRequest.
  • nextPageToken (type: String.t, default: nil) - The page token used to query for the next page if one exists.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Composer.V1.Model.ListEnvironmentsResponse{
  environments: [GoogleApi.Composer.V1.Model.Environment.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.