google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.CopyPasteRequest View Source
Copies data from the source to the destination.
Attributes
- destination (GridRange): 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). Defaults to:
null
. pasteOrientation (String.t): How that data should be oriented when pasting. Defaults to:
null
.- Enum - one of [NORMAL, TRANSPOSE]
pasteType (String.t): What kind of data to paste. Defaults to:
null
.- Enum - one of [PASTE_NORMAL, PASTE_VALUES, PASTE_FORMAT, PASTE_NO_BORDERS, PASTE_FORMULA, PASTE_DATA_VALIDATION, PASTE_CONDITIONAL_FORMATTING]
- source (GridRange): The source range to copy. Defaults to:
null
.
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 Source
t()
View Source
t() :: %GoogleApi.Sheets.V4.Model.CopyPasteRequest{
destination: GoogleApi.Sheets.V4.Model.GridRange.t(),
pasteOrientation: any(),
pasteType: any(),
source: GoogleApi.Sheets.V4.Model.GridRange.t()
}
t() :: %GoogleApi.Sheets.V4.Model.CopyPasteRequest{ destination: GoogleApi.Sheets.V4.Model.GridRange.t(), pasteOrientation: any(), pasteType: any(), source: GoogleApi.Sheets.V4.Model.GridRange.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.