Get Account Policy Plain Args
data class GetAccountPolicyPlainArgs(val accountId: String, val policyName: String, val policyType: AccountPolicyPolicyType) : ConvertibleToJava<GetAccountPolicyPlainArgs>
Constructors
Link copied to clipboard
fun GetAccountPolicyPlainArgs(accountId: String, policyName: String, policyType: AccountPolicyPolicyType)