google_api_sheets v0.5.0 GoogleApi.Sheets.V4.Model.CutPasteRequest View Source
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.
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.CutPasteRequest{
destination: GoogleApi.Sheets.V4.Model.GridCoordinate.t(),
pasteType: String.t(),
source: GoogleApi.Sheets.V4.Model.GridRange.t()
}
t() :: %GoogleApi.Sheets.V4.Model.CutPasteRequest{ destination: GoogleApi.Sheets.V4.Model.GridCoordinate.t(), pasteType: String.t(), 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.