Show / Hide Table of Contents

Class QueryParameterType

The type of a query parameter.

Inheritance
object
QueryParameterType
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX