GetPolicyPlainArgs

data class GetPolicyPlainArgs(val id: String) : ConvertibleToJava<GetPolicyPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The name of this policy.

Functions

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