Aurinko.Types.SyncResult (Aurinko v0.2.1)

Copy Markdown View Source

Result of a sync start operation.

Summary

Types

t()

@type t() :: %Aurinko.Types.SyncResult{
  ready: boolean(),
  sync_deleted_token: String.t() | nil,
  sync_updated_token: String.t() | nil
}

Functions

from_response(body)

@spec from_response(map()) :: t()