View Source GoogleApi.AndroidPublisher.V3.Model.ScreenDensity (google_api_android_publisher v0.34.1)

Represents a screen density.

Attributes

  • densityAlias (type: String.t, default: nil) - Alias for a screen density.
  • densityDpi (type: integer(), default: nil) - Value for density dpi.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.ScreenDensity{
  densityAlias: String.t() | nil,
  densityDpi: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.