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. Next tag: 7.
Inheritance
System.Object
Project
Implements
Google.Apis.Requests.IDirectResponseSchema
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.Dns.v2.Data
Assembly: Google.Apis.Dns.v2.dll
Syntax
public class Project : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
User assigned unique identifier for the resource (output only).
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Kind
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Nullable<System.UInt64> |
Quota
Quotas assigned to this project (output only).
Declaration
[JsonProperty("quota")]
public virtual Quota Quota { get; set; }
Property Value
Type | Description |
---|---|
Quota |
Implements
Google.Apis.Requests.IDirectResponseSchema