google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.PasteDataRequest View Source

Inserts data into the spreadsheet starting at the specified coordinate.

Attributes

  • coordinate (GridCoordinate): The coordinate at which the data should start being inserted. Defaults to: null.
  • data (String.t): The data to insert. Defaults to: null.
  • delimiter (String.t): The delimiter in the data. Defaults to: null.
  • html (boolean()): True if the data is HTML. Defaults to: null.
  • type (String.t): How the data should be pasted. Defaults to: null.

    • Enum - one of [PASTE_NORMAL, PASTE_VALUES, PASTE_FORMAT, PASTE_NO_BORDERS, PASTE_FORMULA, PASTE_DATA_VALIDATION, PASTE_CONDITIONAL_FORMATTING]

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.Sheets.V4.Model.PasteDataRequest{
  coordinate: GoogleApi.Sheets.V4.Model.GridCoordinate.t(),
  data: any(),
  delimiter: any(),
  html: any(),
  type: any()
}

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.