public sealed class StartEnvironmentResponse : IMessage<StartEnvironmentResponse>, IEquatable<StartEnvironmentResponse>, IDeepCloneable<StartEnvironmentResponse>, IBufferMessage, IMessage
Message included in the response field of operations returned from
[StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment]
once the operation is complete.
[[["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 `StartEnvironmentResponse` class is a message included in the response field of operations returned from `StartEnvironment` upon completion."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the `Object` class, with inherited members including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class has two constructors: a default constructor and one that takes another `StartEnvironmentResponse` instance as a parameter for copying."],["The `Environment` property of the `StartEnvironmentResponse` class provides access to the started `Environment` object."]]],[]]