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