View Source GoogleApi.Sheets.V4.Model.PasteDataRequest (google_api_sheets v0.34.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }