ReleaseFlowRuntimeMappingMapping between releaseId and flowRuntimeId.releaseIdStringrequiredflowRuntimeIdStringoptionalUsageGroovyimport com.electriccloud.client.groovy.models.ReleaseFlowRuntimeMapping def arg = new ReleaseFlowRuntimeMapping( releaseId: "releaseId-value" /* optional arguments */ )▼