class Google::Apis::SheetsV4::CopySheetToAnotherSpreadsheetRequest

The request to copy a sheet across spreadsheets.

Attributes

destination_spreadsheet_id[RW]

The ID of the spreadsheet to copy the sheet to. Corresponds to the JSON property `destinationSpreadsheetId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 3483
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/sheets_v4/classes.rb, line 3488
def update!(**args)
  @destination_spreadsheet_id = args[:destination_spreadsheet_id] if args.key?(:destination_spreadsheet_id)
end