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)
def update!(**args) @destination_spreadsheet_id = args[:destination_spreadsheet_id] if args.key?(:destination_spreadsheet_id) end