GetSfdcInstancePlainArgs

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

Constructors

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

Functions

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

Properties

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