Request to send a heartbeat for a session.
Mirrors Python tinker.types.SessionHeartbeatRequest.
tinker.types.SessionHeartbeatRequest
Parse from JSON map.
Create a new SessionHeartbeatRequest.
Convert to JSON-encodable map.
@type t() :: %Tinkex.Types.SessionHeartbeatRequest{ session_id: String.t(), type: String.t() }
@spec from_json(map()) :: t()
@spec new(String.t()) :: t()
@spec to_json(t()) :: map()