Class: Google::Apis::SheetsV4::CopySheetToAnotherSpreadsheetRequest
- Inherits:
-
Object
- Object
- Google::Apis::SheetsV4::CopySheetToAnotherSpreadsheetRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/sheets_v4/classes.rb,
lib/google/apis/sheets_v4/representations.rb,
lib/google/apis/sheets_v4/representations.rb
Overview
The request to copy a sheet across spreadsheets.
Instance Attribute Summary collapse
-
#destination_spreadsheet_id ⇒ String
The ID of the spreadsheet to copy the sheet to.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CopySheetToAnotherSpreadsheetRequest
constructor
A new instance of CopySheetToAnotherSpreadsheetRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CopySheetToAnotherSpreadsheetRequest
Returns a new instance of CopySheetToAnotherSpreadsheetRequest.
3571 3572 3573 |
# File 'lib/google/apis/sheets_v4/classes.rb', line 3571 def initialize(**args) update!(**args) end |
Instance Attribute Details
#destination_spreadsheet_id ⇒ String
The ID of the spreadsheet to copy the sheet to.
Corresponds to the JSON property destinationSpreadsheetId
3569 3570 3571 |
# File 'lib/google/apis/sheets_v4/classes.rb', line 3569 def destination_spreadsheet_id @destination_spreadsheet_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3576 3577 3578 |
# File 'lib/google/apis/sheets_v4/classes.rb', line 3576 def update!(**args) @destination_spreadsheet_id = args[:destination_spreadsheet_id] if args.key?(:destination_spreadsheet_id) end |