Get Service Unit Result
data class GetServiceUnitResult(val artifacts: ServiceUnitArtifactsResponse? = null, val deploymentMode: String, val id: String, val location: String, val name: String, val tags: Map<String, String>? = null, val targetResourceGroup: String, val type: String)
Represents the response of a service unit resource.