ListMonitorUserRolesResult

data class ListMonitorUserRolesResult(val nextLink: String? = null, val value: List<UserRoleResponseResponse>? = null)

Response for list of user's role for Logz.io account.

Constructors

Link copied to clipboard
constructor(nextLink: String? = null, value: List<UserRoleResponseResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

Link to the next set of results, if any.

Link copied to clipboard

List of user roles for Logz.io account.