UpdateReason

data class UpdateReason(val reason: ReportReason) : ReportIntent(source)

Carries UpdateReason data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

reason

reason value consumed by the API.

Constructors

Link copied to clipboard
constructor(reason: ReportReason)

Properties

Link copied to clipboard