GoogleApi.Sheets.V4.Model.PasteDataRequest (google_api_sheets v0.28.1) View Source

Inserts data into the spreadsheet starting at the specified coordinate.

Attributes

  • coordinate (type: GoogleApi.Sheets.V4.Model.GridCoordinate.t, default: nil) - The coordinate at which the data should start being inserted.
  • data (type: String.t, default: nil) - The data to insert.
  • delimiter (type: String.t, default: nil) - The delimiter in the data.
  • html (type: boolean(), default: nil) - True if the data is HTML.
  • type (type: String.t, default: nil) - How the data should be pasted.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Sheets.V4.Model.PasteDataRequest{
  coordinate: GoogleApi.Sheets.V4.Model.GridCoordinate.t() | nil,
  data: String.t() | nil,
  delimiter: String.t() | nil,
  html: boolean() | nil,
  type: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.