result property

  1. @JsonKey(includeIfNull: false)
LocalizedTag? result
getter/setter pair

Result, e.g. "Product found".

Does not seem to be populated for PATH=update.

Implementation

@JsonKey(includeIfNull: false)
LocalizedTag? result;