Project class

A project is a high-level Google Cloud entity.

It is a container for ACLs, APIs, App Engine Apps, VMs, and other Google Cloud Platform resources.

Constructors

Project({String? createTime, String? deleteTime, String? displayName, String? etag, Map<String, String>? labels, String? name, String? parent, String? projectId, String? state, Map<String, String>? tags, String? updateTime})
Project.fromJson(Map json_)

Properties

createTime String?
Creation time.
getter/setter pair
deleteTime String?
The time at which this resource was requested for deletion.
getter/setter pair
displayName String?
A user-assigned display name of the project.
getter/setter pair
etag String?
A checksum computed by the server based on the current value of the Project resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
The labels associated with this project.
getter/setter pair
name String?
The unique resource name of the project.
getter/setter pair
parent String?
A reference to a parent Resource.
getter/setter pair
projectId String?
The unique, user-assigned id of the project.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The project lifecycle state.
getter/setter pair
tags Map<String, String>?
Input only.
getter/setter pair
updateTime String?
The most recent time this resource was modified.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited