幸福铜陵——新华网安徽频道

百度 原标题:开发区全面推进瓶装燃气消防安全整治工作为认真吸取“7·21”古墩路瓶装燃气爆炸事故教训,加强开发区瓶装燃气安全生产工作,根据管委会的统一部署,近期,城管办牵头安监局、商务局、市场监管分局、公安分局、行政执法大队、消防、下沙街道、白杨街道等,对开发区瓶装燃气开展了大排查、大整治活动。
StructQueryParameterType(*fields, name=None, description=None)

Type representation for struct query parameters.

Parameters

Name Description
fields Iterable[Union[ ArrayQueryParameterType, ScalarQueryParameterType, StructQueryParameterType ]]

An non-empty iterable describing the struct's field types.

name Optional[str]

The name of the query parameter. Primarily used if the type is one of the subfields in StructQueryParameterType instance.

description Optional[str]

The query parameter description. Primarily used if the type is one of the subfields in StructQueryParameterType instance.

Methods

from_api_repr

from_api_repr(resource)

Factory: construct parameter type from JSON resource.

Parameter
Name Description
resource Dict

JSON mapping of parameter

Returns
Type Description
google.cloud.bigquery.query.StructQueryParameterType Instance

to_api_repr

to_api_repr()

Construct JSON API representation for the parameter type.

Returns
Type Description
Dict JSON mapping