Class ProjectList.ProjectsData
Projects to which the user has at least READ access.
Inherited Members
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. A wrapper is used here because friendlyName can be set to the empty string.
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 |