Get Connection Profile Plain Args
data class GetConnectionProfilePlainArgs(val connectionProfileId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetConnectionProfilePlainArgs>
Constructors
Link copied to clipboard
fun GetConnectionProfilePlainArgs(connectionProfileId: String, location: String, project: String? = null)