Custom Container Response
data class CustomContainerResponse(val args: List<String>? = null, val command: List<String>? = null, val containerImage: String? = null, val imageRegistryCredential: ImageRegistryCredentialResponse? = null, val languageFramework: String? = null, val server: String? = null)
Custom container payload
Constructors
Link copied to clipboard
fun CustomContainerResponse(args: List<String>? = null, command: List<String>? = null, containerImage: String? = null, imageRegistryCredential: ImageRegistryCredentialResponse? = null, languageFramework: String? = null, server: String? = null)