XApiEx.Model.ApiError.Parameters (x_api_ex v1.0.0)

Invalid parameters details within an API error.

Summary

Functions

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

Types

t()

@type t() :: %XApiEx.Model.ApiError.Parameters{
  delete: [any()] | nil,
  ids: [String.t()] | nil,
  usernames: [String.t()] | nil
}

Functions

decode(value)

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

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