@Beta(2020, 10) class Report
Represents information about the data which should be reported for diagnosis purposes.
effectiveSettings
- List of the effective parameters or data used when calling the API.
Report(effectiveSettings: List<EffectiveSetting> = arrayListOf())
Represents information about the data which should be reported for diagnosis purposes. |
val effectiveSettings: List<EffectiveSetting>
List of the effective parameters or data used when calling the API. |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |