GoogleApi.Sheets.V4.Model.CopyPasteRequest (google_api_sheets v0.28.1) View Source
Copies data from the source to the destination.
Attributes
-
destination
(type:GoogleApi.Sheets.V4.Model.GridRange.t
, default:nil
) - The location to paste to. If the range covers a span that's a multiple of the source's height or width, then the data will be repeated to fill in the destination range. If the range is smaller than the source range, the entire source data will still be copied (beyond the end of the destination range). -
pasteOrientation
(type:String.t
, default:nil
) - How that data should be oriented when pasting. -
pasteType
(type:String.t
, default:nil
) - What kind of data to paste. -
source
(type:GoogleApi.Sheets.V4.Model.GridRange.t
, default:nil
) - The source range to copy.
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.CopyPasteRequest{ destination: GoogleApi.Sheets.V4.Model.GridRange.t() | nil, pasteOrientation: String.t() | nil, pasteType: String.t() | nil, source: GoogleApi.Sheets.V4.Model.GridRange.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.