menu
googleapis package
documentation
bigquery/v2.dart
TableList
TableList.new constructor
TableList.new constructor
dark_mode
light_mode
TableList
constructor
TableList
(
{
String
?
etag
,
String
?
kind
,
String
?
nextPageToken
,
List
<
TableListTables
>
?
tables
,
int
?
totalItems
,
})
Implementation
TableList({
this
.etag,
this
.kind,
this
.nextPageToken,
this
.tables,
this
.totalItems, });
googleapis package
documentation
bigquery/v2
TableList
TableList.new constructor
TableList class
Constructors
new
fromJson
Properties
etag
hashCode
kind
nextPageToken
runtimeType
tables
totalItems
Methods
noSuchMethod
toJson
toString
Operators
operator ==