Deployed Resources Properties Response
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.