class Google::Apis::SheetsV4::CopyPasteRequest

Copies data from the source to the destination.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @destination = args[:destination] if args.key?(:destination)
  @paste_orientation = args[:paste_orientation] if args.key?(:paste_orientation)
  @paste_type = args[:paste_type] if args.key?(:paste_type)
  @source = args[:source] if args.key?(:source)
end