Project class
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.
Constructors
- Project()
- Project.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ String
-
User assigned unique identifier for the resource (output only).
read / write
- kind ↔ String
-
read / write
- number ↔ String
-
Unique numeric identifier for the resource; defined by the server (output
only).
read / write
- quota ↔ Quota
-
Quotas assigned to this project (output only).
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited