Get Configuration Recorders Result
data class GetConfigurationRecordersResult(val id: String, val outputFile: String? = null, val recorders: List<GetConfigurationRecordersRecorder>)
A collection of values returned by getConfigurationRecorders.
Constructors
Link copied to clipboard
constructor(id: String, outputFile: String? = null, recorders: List<GetConfigurationRecordersRecorder>)