GetZeroTrustDexTestPlainArgs

data class GetZeroTrustDexTestPlainArgs(val accountId: String, val dexTestId: String? = null) : ConvertibleToJava<GetZeroTrustDexTestPlainArgs>

A collection of arguments for invoking getZeroTrustDexTest.

Constructors

Link copied to clipboard
constructor(accountId: String, dexTestId: String? = null)

Properties

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

The unique identifier for the test.

Functions

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