Class Project
A project resource. The project is a top level container for resources including Cloud DNS ManagedZones. Projects can be created only in the APIs console.
Implements
Inherited Members
Namespace: Google.Apis.Dns.v1.Data
Assembly: Google.Apis.Dns.v1.dll
Syntax
public class Project : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
User assigned unique identifier for the resource (output only).
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Number
Unique numeric identifier for the resource; defined by the server (output only).
Declaration
[JsonProperty("number")]
public virtual ulong? Number { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
Quota
Quotas assigned to this project (output only).
Declaration
[JsonProperty("quota")]
public virtual Quota Quota { get; set; }
Property Value
Type | Description |
---|---|
Quota |