class Google::Apis::SheetsV4::DeleteTableRequest

Removes the table with the given ID from the spreadsheet.

def initialize(**args)

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

def update!(**args)

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