GetAccountPermissionGroupsPlainArgs

data class GetAccountPermissionGroupsPlainArgs(val accountId: String, val id: String? = null, val label: String? = null, val maxItems: Int? = null, val name: String? = null) : ConvertibleToJava<GetAccountPermissionGroupsPlainArgs>

A collection of arguments for invoking getAccountPermissionGroups.

Constructors

Link copied to clipboard
constructor(accountId: String, id: String? = null, label: String? = null, maxItems: Int? = null, name: String? = null)

Properties

Link copied to clipboard

Account identifier tag.

Link copied to clipboard
val id: String? = null

ID of the permission group to be fetched.

Link copied to clipboard
val label: String? = null

Label of the permission group to be fetched.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val name: String? = null

Name of the permission group to be fetched.

Functions

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