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"]],[["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."],[[["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."]]],[]]