GoogleApi.DFAReporting.V34.Model.FsCommand (google_api_dfa_reporting v0.20.0) View Source

FsCommand.

Attributes

  • left (type: integer(), default: nil) - Distance from the left of the browser.Applicable when positionOption is DISTANCE_FROM_TOP_LEFT_CORNER.
  • positionOption (type: String.t, default: nil) - Position in the browser where the window will open.
  • top (type: integer(), default: nil) - Distance from the top of the browser. Applicable when positionOption is DISTANCE_FROM_TOP_LEFT_CORNER.
  • windowHeight (type: integer(), default: nil) - Height of the window.
  • windowWidth (type: integer(), default: nil) - Width of the window.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V34.Model.FsCommand{
  left: integer(),
  positionOption: String.t(),
  top: integer(),
  windowHeight: integer(),
  windowWidth: integer()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.