ExStreamClient. Model. GetRetentionPolicyRunsResponse
(ExStreamClient v0.2.0)
Copy Markdown
View Source
Schema representing a GetRetentionPolicyRunsResponse
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.GetRetentionPolicyRunsResponse{ duration: String.t(), next: String.t() | nil, prev: String.t() | nil, runs: [ExStreamClient.Model.RetentionRunResponse.t()] }