ListAccessUsersResult

data class ListAccessUsersResult(val data: List<UserRecordResponse>? = null, val kind: String? = null, val metadata: ConfluentListMetadataResponse? = null)

List users success response

Constructors

Link copied to clipboard
constructor(data: List<UserRecordResponse>? = null, kind: String? = null, metadata: ConfluentListMetadataResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Data of the users list

Link copied to clipboard
val kind: String? = null

Type of response

Link copied to clipboard

Metadata of the list