public sealed class CloudWorkspaceSourceContext : IMessage<CloudWorkspaceSourceContext>, IMessage, IEquatable<CloudWorkspaceSourceContext>, IDeepCloneable<CloudWorkspaceSourceContext>
A CloudWorkspaceSourceContext denotes a workspace at a particular snapshot.
[[["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."],[[["The `CloudWorkspaceSourceContext` class represents a specific snapshot of a workspace and is found within the `Google.Cloud.DevTools.Source.V1` namespace in the `Google.Cloud.DevTools.Common.dll` assembly."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cCloudWorkspaceSourceContext\u003e`, and `IDeepCloneable\u003cCloudWorkspaceSourceContext\u003e`, and inherits from `Object`."],["`CloudWorkspaceSourceContext` provides two constructors, one default and one that accepts another `CloudWorkspaceSourceContext` instance as a parameter for copying."],["The `SnapshotId` property is a string that identifies the snapshot, with an empty value indicating the latest snapshot, while the `WorkspaceId` property is a `CloudWorkspaceId` that identifies the workspace."],["There are multiple versions available, with version 3.2.0 being the most recent and 2.1.0 being the version that is displayed in the documentation."]]],[]]