View Source GoogleApi.CloudBuild.V1.Model.ListBuildsResponse (google_api_cloud_build v0.50.1)

Response including listed builds.

Attributes

  • builds (type: list(GoogleApi.CloudBuild.V1.Model.Build.t), default: nil) - Builds will be sorted by create_time, descending.
  • nextPageToken (type: String.t, default: nil) - Token to receive the next page of results. This will be absent if the end of the response list has been reached.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V1.Model.ListBuildsResponse{
  builds: [GoogleApi.CloudBuild.V1.Model.Build.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.