Show / Hide Table of Contents

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.

Inheritance
object
Project
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dns.v1beta2.Data
Assembly: Google.Apis.Dns.v1beta2.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX