ACPex.Schema.Client.Terminal.KillResponse (ACPex v0.1.0)

View Source

Confirmation of terminal kill.

Sent by the client in response to a KillTerminalRequest to confirm that the terminal process was successfully killed.

Optional Fields

  • meta - Additional metadata (map)

Example

%ACPex.Schema.Client.Terminal.KillResponse{}

JSON Representation

{}

Summary

Functions

Creates a changeset for validation.

Types

t()

@type t() :: %ACPex.Schema.Client.Terminal.KillResponse{meta: map() | nil}

Functions

changeset(struct \\ %__MODULE__{}, params)

@spec changeset(t(), map()) :: Ecto.Changeset.t()

Creates a changeset for validation.

No required fields.