google_api_composer v0.15.1 GoogleApi.Composer.V1.Model.ListEnvironmentsResponse 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.
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.Composer.V1.Model.ListEnvironmentsResponse{ environments: [GoogleApi.Composer.V1.Model.Environment.t()], nextPageToken: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.