@PublicPreview("2021.06") data class Report : Serializable
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.
val effectiveSettings: List<EffectiveSetting>
List of the effective parameters or data used when calling the API. |