GetSfdcInstancePlainArgs

data class GetSfdcInstancePlainArgs(val location: String, val productId: String, val project: String? = null, val sfdcInstanceId: String) : ConvertibleToJava<GetSfdcInstancePlainArgs>

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val project: String? = null
Link copied to clipboard

Functions

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