Tinkex.Types.TelemetryResponse (Tinkex v0.3.4)

View Source

Response to a telemetry send request.

Mirrors Python tinker.types.TelemetryResponse.

Summary

Functions

Parse from JSON map.

Create a new TelemetryResponse.

Types

status()

@type status() :: :accepted

t()

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

Functions

from_json(arg1)

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

Parse from JSON map.

new()

@spec new() :: t()

Create a new TelemetryResponse.