ExStreamClient.Model.SearchPayload (ExStreamClient v0.1.7)

View Source

Schema representing a SearchPayload

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

t()

@type t() :: %ExStreamClient.Model.SearchPayload{
  filter_conditions: %{optional(String.t()) => any()},
  limit: integer() | nil,
  message_filter_conditions: %{optional(String.t()) => any()} | nil,
  message_options: ExStreamClient.Model.MessageOptions.t() | nil,
  next: String.t() | nil,
  offset: integer() | nil,
  query: String.t() | nil,
  sort: [ExStreamClient.Model.SortParamRequest.t()] | nil
}

Functions

decode(map)

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

nested_components()