Class ProjectList.ProjectsData
Projects to which you have at least READ access.
Inheritance
object
ProjectList.ProjectsData
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 ProjectList.ProjectsData
Properties
FriendlyName
A descriptive name for this project.
Declaration
[JsonProperty("friendlyName")]
public virtual string FriendlyName { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
An opaque ID of this project.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
The resource type.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
NumericId
The numeric ID of this project.
Declaration
[JsonProperty("numericId")]
public virtual ulong? NumericId { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
ProjectReference
A unique reference to this project.
Declaration
[JsonProperty("projectReference")]
public virtual ProjectReference ProjectReference { get; set; }
Property Value
Type | Description |
---|---|
ProjectReference |