public sealed class CloudWorkspaceSourceContext : IMessage<CloudWorkspaceSourceContext>, IMessage, IEquatable<CloudWorkspaceSourceContext>, IDeepCloneable<CloudWorkspaceSourceContext>
Reference documentation and code samples for the Google.Cloud.DevTools.Common class 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 `CloudWorkspaceSourceContext` class represents a workspace at a specific snapshot within the Google Cloud DevTools."],["The latest version of `CloudWorkspaceSourceContext` is 3.2.0, and there are also older versions available, including 3.1.1, 3.0.0, and 2.1.0."],["This class implements the `IMessage`, `IEquatable`, and `IDeepCloneable` interfaces, and inherits from the `object` class."],["The `CloudWorkspaceSourceContext` class includes properties for `SnapshotId`, which identifies the specific snapshot, and `WorkspaceId`, which identifies the workspace."],["The `CloudWorkspaceSourceContext` class has two constructors: a default constructor and one that takes another `CloudWorkspaceSourceContext` object as a parameter."]]],[]]