View Source GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantAccessoryV1ScreenOutConfig (google_api_content_warehouse v0.4.0)
Specifies the desired format for the server to use when it returns screen_out
response.
Attributes
-
dimensions
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantAccessoryV1ScreenOutConfigDimensions.t
, default:nil
) - Device dimensions. -
fontScaleFactor
(type:number()
, default:nil
) - The scale factor used to convert Scalable Pixel (SP) units to Density-independent Pixel (DP) units (DP = SP * scale factor). Fonts are measured in units of SP, and on some platforms such as Android the SP to DP scale factor can be affected by the font size a user selects in accessibility settings.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantAccessoryV1ScreenOutConfig{ dimensions: GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantAccessoryV1ScreenOutConfigDimensions.t() | nil, fontScaleFactor: number() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.