Tinkex.Types.SessionHeartbeatResponse (Tinkex v0.3.4)

View Source

Response to a session heartbeat request.

Mirrors Python tinker.types.SessionHeartbeatResponse.

Summary

Functions

Parse from JSON map.

Create a new SessionHeartbeatResponse.

Types

t()

@type t() :: %Tinkex.Types.SessionHeartbeatResponse{type: String.t()}

Functions

from_json(arg1)

@spec from_json(map()) :: t()

Parse from JSON map.

new()

@spec new() :: t()

Create a new SessionHeartbeatResponse.