Project constructor
Project({})
Implementation
Project({
this.createTime,
this.labels,
this.lifecycleState,
this.name,
this.parent,
this.projectId,
this.projectNumber,
this.tags,
});
Project({
this.createTime,
this.labels,
this.lifecycleState,
this.name,
this.parent,
this.projectId,
this.projectNumber,
this.tags,
});