Voting helps other researchers find interesting modules.
This contains physical and logical characteristics about the device (e.g. screen size and DPI, etc).
screenDpi
number()
nil
screenHeightPx
integer()
screenShape
String.t
screenWidthPx
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantAccessoryV1ScreenOutConfigDimensions{ screenDpi: number() | nil, screenHeightPx: integer() | nil, screenShape: String.t() | nil, screenWidthPx: integer() | nil }
@spec decode(struct(), keyword()) :: struct()