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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]