refreshInterval property

  1. @JsonKey(name: 'refresh_interval', toJson: productStatusBreakdownRefreshIntervalToJson, fromJson: productStatusBreakdownRefreshIntervalFromJson)
ProductStatusBreakdownRefreshInterval? refreshInterval
final

Implementation

@JsonKey(
    name: 'refresh_interval',
    toJson: productStatusBreakdownRefreshIntervalToJson,
    fromJson: productStatusBreakdownRefreshIntervalFromJson)
final enums.ProductStatusBreakdownRefreshInterval? refreshInterval;