XApiEx.Model.ListObject (x_api_ex v1.0.0)

An X List object with id and name.

Summary

Functions

Returns the value unchanged; this model has no nested structs to deserialize.

Types

t()

@type t() :: %XApiEx.Model.ListObject{id: String.t() | nil, name: String.t() | nil}

Functions

decode(value)

@spec decode(map()) :: t()

Returns the value unchanged; this model has no nested structs to deserialize.