ExStreamClient.Model.FeedsBookmarkResponse (ExStreamClient v0.2.0)

Copy Markdown View Source

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

t()

@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()
}

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()