XApiEx.Model.PostsResponse (x_api_ex v1.0.0)
Response wrapper for a list of posts.
Summary
Functions
Deserializes nested structs within the given map into their respective model types.
Types
@type t() :: %XApiEx.Model.PostsResponse{ data: [XApiEx.Model.Post.t()] | nil, errors: [XApiEx.Model.ApiError.t()] | nil, includes: XApiEx.Model.Expansions.t() | nil, meta: XApiEx.Model.PaginationMeta.t() | nil }