LinkedServicePropsResponse

data class LinkedServicePropsResponse(val createdTime: String? = null, val linkType: String? = null, val linkedServiceResourceId: String, val modifiedTime: String? = null)

LinkedService specific properties.

Constructors

Link copied to clipboard
constructor(createdTime: String? = null, linkType: String? = null, linkedServiceResourceId: String, modifiedTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdTime: String? = null

The creation time of the linked service.

Link copied to clipboard

ResourceId of the link target of the linked service.

Link copied to clipboard
val linkType: String? = null

Type of the link target.

Link copied to clipboard
val modifiedTime: String? = null

The last modified time of the linked service.