Tinkex.Types.ListSessionsResponse (Tinkex v0.3.4)

View Source

Response from list_sessions API.

Contains a list of session IDs.

Summary

Functions

Convert a map (from JSON) to a ListSessionsResponse struct.

Types

t()

@type t() :: %Tinkex.Types.ListSessionsResponse{sessions: [String.t()]}

Functions

from_map(map)

@spec from_map(map()) :: t()

Convert a map (from JSON) to a ListSessionsResponse struct.