GoogleAssistantAccessoryV1ScreenOutConfigDimensions

GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantAccessoryV1ScreenOutConfigDimensions


Table of Contents ▼

Jump to a specific part of the page:

Description

This contains physical and logical characteristics about the device (e.g. screen size and DPI, etc).

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. screenDpi (type: number(), default: nil)
    - Dots (pixels) per inch of the screen.
  2. screenHeightPx (type: integer(), default: nil)
    - Height of the device's screen in pixels. If 0 or not specified, it's assumed to be the same as screen_width_px. For a square or round screen, it's recommended to leave this field empty as a bandwidth optimization.
  3. screenShape (type: String.t, default: nil)
    - The shape of the device's screen
  4. screenWidthPx (type: integer(), default: nil)
    - Width of the device's screen in pixels.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantAccessoryV1ScreenOutConfigDimensions{
screenDpi: number() | nil,
screenHeightPx: integer() | nil,
screenShape: String.t() | nil,
screenWidthPx: integer() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantAccessoryV1ScreenOutConfigDimensions