A status object which is used as the metadata
field for the Operation returned by CreateProject. It provides insight for when significant phases of Project creation have completed.
JSON representation |
---|
{ "createTime": string, "gettable": boolean, "ready": boolean } |
Fields | |
---|---|
createTime |
Creation time of the project creation workflow. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
gettable |
True if the project can be retrieved using |
ready |
True if the project creation process is complete. |