GoogleApi.CloudBuild.V1.Model.ListBuildTriggersResponse (google_api_cloud_build v0.38.0) View Source
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) -BuildTriggersfor the project, sorted bycreate_timedescending.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudBuild.V1.Model.ListBuildTriggersResponse{
nextPageToken: String.t() | nil,
triggers: [GoogleApi.CloudBuild.V1.Model.BuildTrigger.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.