Class QueryParameterType
The type of a query parameter.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class QueryParameterType : IDirectResponseSchema
Properties
ArrayType
Optional. The type of the array's elements, if this is an array.
Declaration
[JsonProperty("arrayType")]
public virtual QueryParameterType ArrayType { get; set; }
Property Value
Type | Description |
---|---|
QueryParameterType |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RangeElementType
Optional. The element type of the range, if this is a range.
Declaration
[JsonProperty("rangeElementType")]
public virtual QueryParameterType RangeElementType { get; set; }
Property Value
Type | Description |
---|---|
QueryParameterType |
StructTypes
Optional. The types of the fields of this struct, in order, if this is a struct.
Declaration
[JsonProperty("structTypes")]
public virtual IList<QueryParameterType.StructTypesData> StructTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<QueryParameterType.StructTypesData> |
Type
Required. The top level type of this field.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |