Get Bandwidth Setting Result
data class GetBandwidthSettingResult(val azureApiVersion: String, val id: String, val kind: String? = null, val name: String, val schedules: List<BandwidthScheduleResponse>, val type: String, val volumeCount: Int)
The bandwidth setting.