Ory.Model.UiNodeImageAttributes (ory_client v1.22.1)

Summary

Types

t()

@type t() :: %Ory.Model.UiNodeImageAttributes{
  height: integer(),
  id: String.t(),
  node_type: String.t(),
  src: String.t(),
  width: integer()
}

Functions

decode(value)