class Google::Apis::SheetsV4::AddTableRequest

Adds a new table to the spreadsheet.

def initialize(**args)

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

def update!(**args)

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