View Source GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoBox (google_api_content_warehouse v0.4.0)

A simple 2D box represented by an (x, y) coordinate, a width, and a height. Coordinates are in pixels.

Attributes

  • height (type: integer(), default: nil) -
  • width (type: integer(), default: nil) -
  • x (type: integer(), default: nil) - on horizontal axis
  • y (type: integer(), default: nil) - on vertical axis

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoBox{
  height: integer() | nil,
  width: integer() | nil,
  x: integer() | nil,
  y: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.