Schema representing a RetentionRunResponse
Summary
Functions
Components could just be enums that are typed - so we need to decode those as enums as they will just be stings
Types
@type t() :: %ExStreamClient.Model.RetentionRunResponse{ app_pk: integer(), date: String.t(), policy: String.t(), stats: ExStreamClient.Model.RunStats.t() }