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"]],[["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 for `CloudWorkspaceSourceContext` is 3.2.0, with versions 3.1.1, 3.0.0, and 2.1.0 also accessible."],["`CloudWorkspaceSourceContext` is a sealed class that represents a workspace at a specific snapshot in time, implementing interfaces for message handling, equality, and deep cloning."],["This class inherits from `Object` and is part of the `Google.Cloud.DevTools.Source.V1` namespace, within the `Google.Cloud.DevTools.Common.dll` assembly."],["`CloudWorkspaceSourceContext` has two constructors: a default one and one that accepts another `CloudWorkspaceSourceContext` object as a parameter for cloning."],["The class contains properties such as `SnapshotId`, which represents the snapshot's ID, and `WorkspaceId`, which stores the ID of the specific workspace."]]],[]]