public sealed class CloudWorkspaceId : IMessage<CloudWorkspaceId>, IMessage, IEquatable<CloudWorkspaceId>, IDeepCloneable<CloudWorkspaceId>
A CloudWorkspaceId is a unique identifier for a cloud workspace.
A cloud workspace is a place associated with a repo where modified files
can be stored before they are committed.
[[["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."],[[["CloudWorkspaceId serves as a unique identifier for a cloud workspace, which is a storage area for modified files associated with a repository before they are committed."],["The `CloudWorkspaceId` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are two constructors available for `CloudWorkspaceId`, one being the default, and the other accepts another `CloudWorkspaceId` as an input."],["The `CloudWorkspaceId` class has properties `Name` to define the unique name of the workspace, and `RepoId` to identify the repo containing the workspace."]]],[]]