Show / Hide Table of Contents

Class QueryParameterType.StructTypesData

Optional. The types of the fields of this struct, in order, if this is a struct.

Inheritance
object
QueryParameterType.StructTypesData
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.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
In this article
Back to top Generated by DocFX