ListMonitorApiKeysResult

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

Response of a list operation.

Constructors

Link copied to clipboard
constructor(nextLink: String? = null, value: List<DatadogApiKeyResponse>? = 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

Results of a list operation.