GetBastionShareableLinkResult

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

Response for all the Bastion Shareable Link endpoints.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

The URL to get the next set of results.

Link copied to clipboard

List of Bastion Shareable Links for the request.