Class TableConstraints.ForeignKeysData.ReferencedTableData
Inheritance
TableConstraints.ForeignKeysData.ReferencedTableData
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
ProjectId
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
TableId
Declaration
[JsonProperty("tableId")]
public virtual string TableId { get; set; }
Property Value