GetProjectResult

data class GetProjectResult(val creationTime: String, val databasesInfo: List<DatabaseInfoResponse>? = null, val id: String, val location: String, val name: String, val provisioningState: String, val sourceConnectionInfo: Any? = null, val sourcePlatform: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val targetConnectionInfo: Any? = null, val targetPlatform: String, val type: String)

A project resource

Constructors

Link copied to clipboard
constructor(creationTime: String, databasesInfo: List<DatabaseInfoResponse>? = null, id: String, location: String, name: String, provisioningState: String, sourceConnectionInfo: Any? = null, sourcePlatform: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, targetConnectionInfo: Any? = null, targetPlatform: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

UTC Date and time when project was created

Link copied to clipboard

List of DatabaseInfo

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

The project's provisioning state

Link copied to clipboard

Information for connecting to source

Link copied to clipboard

Source platform for the project

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Information for connecting to target

Link copied to clipboard

Target platform for the project

Link copied to clipboard

Resource type.