Request to retrieve the result of a future/async operation.
Mirrors Python tinker.types.FutureRetrieveRequest.
tinker.types.FutureRetrieveRequest
Parse from JSON map.
Create a new FutureRetrieveRequest.
Convert to JSON-encodable map.
@type t() :: %Tinkex.Types.FutureRetrieveRequest{ allow_metadata_only: boolean(), request_id: String.t() }
@spec from_json(map()) :: t()
@spec new( String.t(), keyword() ) :: t()
@spec to_json(t()) :: map()