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