Get Sfdc Instance Plain Args
    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)