ACPex.Schema.Client.Terminal.ReleaseResponse (ACPex v0.1.0)
View SourceConfirmation of terminal release.
Sent by the client in response to a ReleaseTerminalRequest to confirm that the terminal resources were successfully released.
Optional Fields
meta
- Additional metadata (map)
Example
%ACPex.Schema.Client.Terminal.ReleaseResponse{}
JSON Representation
{}
Summary
Functions
Creates a changeset for validation.
Types
@type t() :: %ACPex.Schema.Client.Terminal.ReleaseResponse{meta: map() | nil}
Functions
@spec changeset(t(), map()) :: Ecto.Changeset.t()
Creates a changeset for validation.
No required fields.