View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DisplayDevice (google_api_chrome_management v0.4.0)
Information of a display device.
Attributes
-
displayHeightMm
(type:integer()
, default:nil
) - Output only. Display height in millimeters. -
displayName
(type:String.t
, default:nil
) - Output only. Display device name. -
displayWidthMm
(type:integer()
, default:nil
) - Output only. Display width in millimeters. -
internal
(type:boolean()
, default:nil
) - Output only. Is display internal or not. -
manufactureYear
(type:integer()
, default:nil
) - Output only. Year of manufacture. -
manufacturerId
(type:String.t
, default:nil
) - Output only. Three letter manufacturer ID. -
modelId
(type:integer()
, default:nil
) - Output only. Manufacturer product code.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DisplayDevice{ displayHeightMm: integer() | nil, displayName: String.t() | nil, displayWidthMm: integer() | nil, internal: boolean() | nil, manufactureYear: integer() | nil, manufacturerId: String.t() | nil, modelId: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.