GoogleApi.CloudBuild.V1.Model.RunBuildTriggerRequest (google_api_cloud_build v0.35.0) View Source
Specifies a build trigger to run and the source to use.
Attributes
-
projectId
(type:String.t
, default:nil
) - Required. ID of the project. -
source
(type:GoogleApi.CloudBuild.V1.Model.RepoSource.t
, default:nil
) - Source to build against this trigger. -
triggerId
(type:String.t
, default:nil
) - Required. ID of the trigger.
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.RunBuildTriggerRequest{ projectId: String.t() | nil, source: GoogleApi.CloudBuild.V1.Model.RepoSource.t() | nil, triggerId: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.