Deployment Response
data class DeploymentResponse(val deployedImages: List<ImageResponse>? = null, val deploymentDateUtc: String, val deploymentId: String? = null, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
An deployment resource belonging to a device group resource.
Constructors
Link copied to clipboard
constructor(deployedImages: List<ImageResponse>? = null, deploymentDateUtc: String, deploymentId: String? = null, id: String, name: String, provisioningState: String, systemData: SystemDataResponse, type: String)