depanalyzer
Toggle table of contents
2.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
depanalyzer
depanalyzer
/
com.depanalyzer.update
/
UpdateResult
Update
Result
data
class
UpdateResult
(
val
suggestion
:
UpdateSuggestion
,
val
applied
:
Boolean
,
val
note
:
String
)
Members
Constructors
Update
Result
Link copied to clipboard
constructor
(
suggestion
:
UpdateSuggestion
,
applied
:
Boolean
,
note
:
String
)
Properties
applied
Link copied to clipboard
val
applied
:
Boolean
note
Link copied to clipboard
val
note
:
String
suggestion
Link copied to clipboard
val
suggestion
:
UpdateSuggestion