Show / Hide Table of Contents

Class TableFieldSchema.RangeElementTypeData

Represents the type of a field element.

Inheritance
object
TableFieldSchema.RangeElementTypeData
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 TableFieldSchema.RangeElementTypeData

Properties

Type

Required. The type of a field element. For more information, see TableFieldSchema.type.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX