Class StandardSqlStructType (3.1.0)

StandardSqlStructType(
    fields: Optional[
        Iterable[google.cloud.bigquery.standard_sql.StandardSqlField]
    ] = None,
)

Inheritance

builtins.object > StandardSqlStructType

Properties

fields

The fields in this struct.

Methods

from_api_repr

from_api_repr(resource: Dict[str, Any])

Construct an SQL struct type instance given its API representation.

to_api_repr

to_api_repr()

Construct the API resource representation of this SQL struct type.