class Multiwoven::Integrations::Destination::GoogleSheets::Client
def clear_sheet_data(sheet_title)
def clear_sheet_data(sheet_title) clear_request = Google::Apis::SheetsV4::ClearValuesRequest.new @client&.clear_values(@spreadsheet_id, "#{sheet_title}!A2:Z", clear_request) end