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

Moves data from the source to the destination.

Attributes

  • destination (type: GoogleApi.Sheets.V4.Model.GridCoordinate.t, default: nil) - The top-left coordinate where the data should be pasted.
  • pasteType (type: String.t, default: nil) - What kind of data to paste. All the source data will be cut, regardless of what is pasted.
  • source (type: GoogleApi.Sheets.V4.Model.GridRange.t, default: nil) - The source data to cut.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.CutPasteRequest{
  destination: GoogleApi.Sheets.V4.Model.GridCoordinate.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.