GetEntityResult

data class GetEntityResult(val count: Int, val nextLink: String, val value: List<EntityInfoResponse>? = null)

Describes the result of the request to view entities.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

Total count of records that match the filter

Link copied to clipboard

The URL to use for getting the next set of results.

Link copied to clipboard

The list of entities.