Tinkex.Types.CreateSamplingSessionResponse (Tinkex v0.3.4)

View Source

Response from create sampling session request.

Mirrors Python tinker.types.CreateSamplingSessionResponse.

Summary

Functions

Parse a create sampling session response from JSON.

Types

t()

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

Functions

from_json(json)

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

Parse a create sampling session response from JSON.