List Channel With Keys Result
data class ListChannelWithKeysResult(val changedTime: String? = null, val entityTag: String? = null, val etag: String? = null, val id: String, val kind: String? = null, val location: String? = null, val name: String, val properties: Any, val provisioningState: String? = null, val resource: Any? = null, val setting: ChannelSettingsResponse? = null, val sku: SkuResponse? = null, val tags: Map<String, String>? = null, val type: String, val zones: List<String>)
The ARM channel of list channel with keys operation response.
Constructors
Link copied to clipboard
constructor(changedTime: String? = null, entityTag: String? = null, etag: String? = null, id: String, kind: String? = null, location: String? = null, name: String, properties: Any, provisioningState: String? = null, resource: Any? = null, setting: ChannelSettingsResponse? = null, sku: SkuResponse? = null, tags: Map<String, String>? = null, type: String, zones: List<String>)