google_api_sheets v0.22.0 GoogleApi.Sheets.V4.Model.CopyPasteRequest 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Sheets.V4.Model.CopyPasteRequest{ destination: GoogleApi.Sheets.V4.Model.GridRange.t(), pasteOrientation: String.t(), pasteType: String.t(), source: GoogleApi.Sheets.V4.Model.GridRange.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.