ListScheduleApplicableResult

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

The response of a list operation.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

Link for next set of results.

Link copied to clipboard

Results of the list operation.