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

Response containing existing BuildTriggers.

Attributes

  • nextPageToken (type: String.t, default: nil) - Token to receive the next page of results.
  • triggers (type: list(GoogleApi.CloudBuild.V1.Model.BuildTrigger.t), default: nil) - BuildTriggers for the project, sorted by create_time descending.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V1.Model.ListBuildTriggersResponse{
  nextPageToken: String.t() | nil,
  triggers: [GoogleApi.CloudBuild.V1.Model.BuildTrigger.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.