Class QueryParameterType.StructTypesData
Optional. The types of the fields of this struct, in order, if this is a struct.
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class QueryParameterType.StructTypesData
Properties
Description
Optional. Human-oriented description of the field.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Optional. The name of this field.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Required. The type of this field.
Declaration
[JsonProperty("type")]
public virtual QueryParameterType Type { get; set; }
Property Value
Type | Description |
---|---|
QueryParameterType |