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

A Resolution proto indicates the size of the application window. All fields are required.

Attributes

  • dpi (type: integer(), default: nil) - Dots (pixels) per inch of the screen.
  • heightPx (type: integer(), default: nil) -
  • mSize (type: integer(), default: nil) - m_size is the smallest square box size to display a capital letter M so that the user can still easily understand it.
  • nengSize (type: integer(), default: nil) - neng_size is the smallest square box size to display a letter 螚 (Neng, U+879A) so that the user can easily understand it. (Neng is a visually dense Chinese letter, and so may require a larger box than an M.)
  • widthPx (type: integer(), default: nil) - The dimensions of the application window, in pixels.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantApiScreenCapabilitiesResolution{
    dpi: integer() | nil,
    heightPx: integer() | nil,
    mSize: integer() | nil,
    nengSize: integer() | nil,
    widthPx: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.