DeployedResourcesPropertiesResponse

data class DeployedResourcesPropertiesResponse(val context: String, val deployedResourceId: String, val deploymentTimestamp: String, val displayName: String, val id: String, val isCleanUpDone: Boolean, val isTestMigration: Boolean, val status: String, val type: String)

Class for deployed resource properties.

Constructors

Link copied to clipboard
constructor(context: String, deployedResourceId: String, deploymentTimestamp: String, displayName: String, id: String, isCleanUpDone: Boolean, isTestMigration: Boolean, status: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the context of deployed resources.

Link copied to clipboard

Gets or sets the deployed resource id.

Link copied to clipboard

Gets or sets the deployment timestamp.

Link copied to clipboard

Gets or sets the name of deployed resources.

Link copied to clipboard
val id: String

Gets or sets the ID.

Link copied to clipboard

Gets or sets a value indicating whether resources are cleaned up from target.

Link copied to clipboard

Gets or sets a value indicating whether scenario is test migration.

Link copied to clipboard

Gets or sets the status of deployed resources.

Link copied to clipboard

Gets or sets the type of deployed resources.