View Source GoogleApi.Sheets.V4.Model.EmbeddedObjectPosition (google_api_sheets v0.34.0)

The position of an embedded object such as a chart.

Attributes

  • newSheet (type: boolean(), default: nil) - If true, the embedded object is put on a new sheet whose ID is chosen for you. Used only when writing.
  • overlayPosition (type: GoogleApi.Sheets.V4.Model.OverlayPosition.t, default: nil) - The position at which the object is overlaid on top of a grid.
  • sheetId (type: integer(), default: nil) - The sheet this is on. Set only if the embedded object is on its own sheet. Must be non-negative.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.EmbeddedObjectPosition{
  newSheet: boolean() | nil,
  overlayPosition: GoogleApi.Sheets.V4.Model.OverlayPosition.t() | nil,
  sheetId: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.