Package-level declarations

Types

Link copied to clipboard
data class GetDiscoverySourceResult(val id: String, val location: String, val name: String, val provisioningState: String, val sourceId: String, val sourceType: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

A Discovery Source resource

Link copied to clipboard
data class GetMapResult(val id: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

A Maps resource

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.