Class ProjectList.ProjectsData
Projects to which you have at least READ access.
Inheritance
System.Object
ProjectList.ProjectsData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class ProjectsData
Properties
FriendlyName
A descriptive name for this project.
Declaration
[JsonProperty("friendlyName")]
public virtual string FriendlyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
An opaque ID of this project.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Kind
The resource type.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumericId
The numeric ID of this project.
Declaration
[JsonProperty("numericId")]
public virtual ulong? NumericId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.UInt64> |
ProjectReference
A unique reference to this project.
Declaration
[JsonProperty("projectReference")]
public virtual ProjectReference ProjectReference { get; set; }
Property Value
Type | Description |
---|---|
ProjectReference |