Voting helps other researchers find interesting modules.
A simple 2D box represented by an (x, y) co-ordinate, width and height. Copied from htmlrender_webkit_headless_proto.Document to avoid additional dependency.
height
integer()
nil
width
x
y
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SnapshotBox{ height: integer() | nil, width: integer() | nil, x: integer() | nil, y: integer() | nil }
@spec decode(struct(), keyword()) :: struct()