GetZeroTrustDlpEntryPlainArgs

data class GetZeroTrustDlpEntryPlainArgs(val accountId: String, val entryId: String? = null) : ConvertibleToJava<GetZeroTrustDlpEntryPlainArgs>

A collection of arguments for invoking getZeroTrustDlpEntry.

Constructors

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

Properties

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

Functions

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