ListShareSynchronizationsResult

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

List response for get ShareSynchronization.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

The Url of next result page.

Link copied to clipboard

Collection of items of type DataTransferObjects.