Module describing the request to Onvif.Search.GetRecordingSearchResults.
Onvif.Search.GetRecordingSearchResults
@type t() :: %Onvif.Search.Schemas.GetRecordingSearchResults{ max_results: term(), min_results: term(), search_token: term(), wait_time: term() }
@spec to_json(t()) :: {:error, Jason.EncodeError.t() | Exception.t()} | {:ok, binary()}