Schema representing a FeedsBookmarkResponse
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.FeedsBookmarkResponse{ activity_id: String.t() | nil, created_at: DateTime.t() | integer() | String.t(), custom: %{optional(String.t()) => any()} | nil, object_id: String.t(), object_type: String.t(), updated_at: DateTime.t() | integer() | String.t(), user: ExStreamClient.Model.UserResponse.t() }