View Source GoogleApi.Sheets.V4.Model.CopyPasteRequest (google_api_sheets v0.34.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type 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
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.