ACIService Response Response Data Collection
data class ACIServiceResponseResponseDataCollection(val eventHubEnabled: Boolean? = null, val storageEnabled: Boolean? = null)
Details of the data collection options specified.
Constructors
Link copied to clipboard
fun ACIServiceResponseResponseDataCollection(eventHubEnabled: Boolean? = null, storageEnabled: Boolean? = null)