class Google::Apis::SheetsV4::CutPasteRequest
Moves data from the source to the destination.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @destination = args[:destination] if args.key?(:destination) @paste_type = args[:paste_type] if args.key?(:paste_type) @source = args[:source] if args.key?(:source) end