Copilot.Types.PingResponse (Copilot SDK v2.3.0)

Copy Markdown

Response from ping.

Summary

Types

t()

@type t() :: %Copilot.Types.PingResponse{
  message: String.t(),
  protocol_version: integer() | nil,
  timestamp: String.t()
}

Functions

from_map(m)