class Google::Apis::SheetsV4::DeleteSheetRequest

Deletes the requested sheet.

Attributes

sheet_id[RW]

The ID of the sheet to delete. If the sheet is of DATA_SOURCE type, the associated DataSource is also deleted. Corresponds to the JSON property `sheetId` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 4759
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 4764
def update!(**args)
  @sheet_id = args[:sheet_id] if args.key?(:sheet_id)
end