GoogleApi.Testing.V1.Model.Orientation (google_api_testing v0.22.1) View Source

Screen orientation of the device.

Attributes

  • id (type: String.t, default: nil) - The id for this orientation. Example: "portrait".
  • name (type: String.t, default: nil) - A human-friendly name for this orientation. Example: "portrait".
  • tags (type: list(String.t), default: nil) - Tags for this dimension. Example: "default".

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Testing.V1.Model.Orientation{
  id: String.t(),
  name: String.t(),
  tags: [String.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.