dataos-sdk-kt
jvm
depot-service
/
io.dataos.ds.client.models
/
Bigquery
Bigquery
data
class
Bigquery
(
val
projectID
:
String
?
=
null
,
val
project
:
String
?
=
null
,
val
dataset
:
String
?
=
null
,
val
table
:
String
?
=
null
)
Represents BigQuery information.
Members
Constructors
Bigquery
Link copied to clipboard
constructor
(
projectID
:
String
?
=
null
,
project
:
String
?
=
null
,
dataset
:
String
?
=
null
,
table
:
String
?
=
null
)
Properties
dataset
Link copied to clipboard
val
dataset
:
String
?
=
null
The dataset name.
project
Link copied to clipboard
val
project
:
String
?
=
null
The project name.
project
ID
Link copied to clipboard
val
projectID
:
String
?
=
null
The project ID.
table
Link copied to clipboard
val
table
:
String
?
=
null
The table name.