TargetPropertiesResponse

data class TargetPropertiesResponse(val azureQueries: List<AzureQueryPropertiesResponse>? = null, val nonAzureQueries: List<NonAzureQueryPropertiesResponse>? = null)

Group specific to the update configuration.

Constructors

Link copied to clipboard
constructor(azureQueries: List<AzureQueryPropertiesResponse>? = null, nonAzureQueries: List<NonAzureQueryPropertiesResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of Azure queries in the software update configuration.

Link copied to clipboard

List of non Azure queries in the software update configuration.