google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V34.Model.OffsetPosition View Source

Offset Position.

Attributes

  • left (type: integer(), default: nil) - Offset distance from left side of an asset or a window.
  • top (type: integer(), default: nil) - Offset distance from top side of an asset or a window.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.DFAReporting.V34.Model.OffsetPosition{
  left: integer(),
  top: integer()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.