class Google::Apis::SheetsV4::CopySheetToAnotherSpreadsheetRequest

The request to copy a sheet across spreadsheets.

def initialize(**args)

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

def update!(**args)

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