GetConnectionGroupsParameters

data class GetConnectionGroupsParameters(val limit: Int? = null, val cursor: String? = null)

A data class wrapping the parameters needed to get connection groups

Constructors

Link copied to clipboard
constructor(limit: Int? = null, cursor: String? = null)

Properties

Link copied to clipboard
val cursor: String? = null

The cursor to use to indicate where to start group results.

Link copied to clipboard
val limit: Int? = null

The maximum number of groups that should be returned by the API.