Ory.Model.NullValue (ory_client v1.22.40)

Copy Markdown

NullValue is a singleton enumeration to represent the null value for the Value type union. The JSON representation for NullValue is JSON null. - NULL_VALUE: Null value.

Summary

Types

t()

@type t() :: %Ory.Model.NullValue{}

Functions

decode(value)