View Source Onvif.Search.Schemas.SearchScope (Onvif v0.6.0)

A module representing a schema for search scope.

Summary

Types

t()

@type t() :: %Onvif.Search.Schemas.SearchScope{
  included_recordings: term(),
  included_sources: term(),
  recording_information_format: term()
}

Functions

to_json(schema)

@spec to_json(t()) ::
  {:error, Jason.EncodeError.t() | Exception.t()} | {:ok, binary()}

to_struct(parsed)

to_xml(schema)