google_api_sheets v0.24.1 GoogleApi.Sheets.V4.Model.PasteDataRequest 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(),
data: String.t(),
delimiter: String.t(),
html: boolean(),
type: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.