Show / Hide Table of Contents

Class TableConstraints.ForeignKeysData.ReferencedTableData

Inheritance
object
TableConstraints.ForeignKeysData.ReferencedTableData
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 TableConstraints.ForeignKeysData.ReferencedTableData

Properties

DatasetId

Declaration
[JsonProperty("datasetId")]
public virtual string DatasetId { get; set; }
Property Value
Type Description
string

ProjectId

Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type Description
string

TableId

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