GoogleApi.DFAReporting.V33.Model.FsCommand (google_api_dfa_reporting v0.31.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V33.Model.FsCommand{
  left: integer() | nil,
  positionOption: String.t() | nil,
  top: integer() | nil,
  windowHeight: integer() | nil,
  windowWidth: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.