Class StandardSqlStructType
The representation of a SQL STRUCT type.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class StandardSqlStructType : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Fields
Fields within the struct.
Declaration
[JsonProperty("fields")]
public virtual IList<StandardSqlField> Fields { get; set; }
Property Value
Type | Description |
---|---|
IList<StandardSqlField> |