Google Cloud Datapipelines V1Launch Template Parameters Response
data class GoogleCloudDatapipelinesV1LaunchTemplateParametersResponse(val environment: GoogleCloudDatapipelinesV1RuntimeEnvironmentResponse, val jobName: String, val parameters: Map<String, String>, val transformNameMapping: Map<String, String>, val update: Boolean)
Parameters to provide to the template being launched.
Constructors
Link copied to clipboard
fun GoogleCloudDatapipelinesV1LaunchTemplateParametersResponse(environment: GoogleCloudDatapipelinesV1RuntimeEnvironmentResponse, jobName: String, parameters: Map<String, String>, transformNameMapping: Map<String, String>, update: Boolean)