View Source ExOnvif.Search.SearchScope (ExOnvif v0.7.1)

A module representing a schema for search scope.

Summary

Types

t()

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

Functions

changeset(module, attrs)

encode(schema)

to_json(schema)

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

to_struct(parsed)