public sealed class StartEnvironmentResponse : IMessage<StartEnvironmentResponse>, IEquatable<StartEnvironmentResponse>, IDeepCloneable<StartEnvironmentResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Shell v1 API class StartEnvironmentResponse.
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"]],[["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."],[[["This webpage provides reference documentation for the `StartEnvironmentResponse` class within the Google Cloud Shell v1 API for .NET."],["The `StartEnvironmentResponse` class is a message included in the response of `StartEnvironment` operations."],["The latest version of the `StartEnvironmentResponse` class is 2.5.0, with previous versions ranging from 1.0.0 to 2.4.0 available as well."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StartEnvironmentResponse` class has two constructors and a property, `Environment`, which is of type `Environment`, and it represents the environment that was started."]]],[]]