public sealed class CreateProjectMetadata : IMessage<CreateProjectMetadata>, IEquatable<CreateProjectMetadata>, IDeepCloneable<CreateProjectMetadata>, IBufferMessage, IMessage
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.
True if the project can be retrieved using GetProject. No other
operations on the project are guaranteed to work until the project creation
is complete.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available is 2.5.0, with the content here specifically covering version 1.2.0 of `CreateProjectMetadata`."],["`CreateProjectMetadata` is a status object that provides insights into the significant phases of project creation, utilized as the `metadata` field for the `Operation` returned by `CreateProject`."],["This class inherits from `Object` and implements `IMessage\u003cCreateProjectMetadata\u003e`, `IEquatable\u003cCreateProjectMetadata\u003e`, `IDeepCloneable\u003cCreateProjectMetadata\u003e`, `IBufferMessage`, and `IMessage`."],["The class includes properties such as `CreateTime`, `Gettable`, and `Ready`, providing information on the creation timestamp and the status of project retrieval and completion."],["`CreateProjectMetadata` has two constructor overloads, one default and one that takes in another `CreateProjectMetadata` object."]]],[]]