Class CloneDefinition (3.13.0)

CloneDefinition(resource: typing.Dict[str, typing.Any])

Information about base table and clone time of the clone.

See https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#clonedefinition

Parameter

NameDescription
resource typing.Dict[str, typing.Any]

Clone definition representation returned from the API.

Methods

__init__

__init__(resource: typing.Dict[str, typing.Any])

Initialize self. See help(type(self)) for accurate signature.

CloneDefinition

CloneDefinition(resource: typing.Dict[str, typing.Any])

Information about base table and clone time of the clone.

See https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#clonedefinition

Parameter
NameDescription
resource typing.Dict[str, typing.Any]

Clone definition representation returned from the API.