class Google::Apis::SheetsV4::DeleteSheetRequest

Deletes the requested sheet.

def initialize(**args)

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

def update!(**args)

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