GetTriggerPlainArgs

data class GetTriggerPlainArgs(val location: String, val project: String? = null, val triggerId: String) : ConvertibleToJava<GetTriggerPlainArgs>

A collection of arguments for invoking getTrigger.

Constructors

Link copied to clipboard
constructor(location: String, project: String? = null, triggerId: String)

Properties

Link copied to clipboard

The Cloud Build location for the trigger.

Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard

The unique identifier for the trigger..

Functions

Link copied to clipboard
open override fun toJava(): GetTriggerPlainArgs