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-09-04 UTC."],[[["\u003cp\u003eThis webpage provides reference documentation for the \u003ccode\u003eStartEnvironmentResponse\u003c/code\u003e class within the Google Cloud Shell v1 API for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStartEnvironmentResponse\u003c/code\u003e class is a message included in the response of \u003ccode\u003eStartEnvironment\u003c/code\u003e operations.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eStartEnvironmentResponse\u003c/code\u003e class is 2.5.0, with previous versions ranging from 1.0.0 to 2.4.0 available as well.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStartEnvironmentResponse\u003c/code\u003e class has two constructors and a property, \u003ccode\u003eEnvironment\u003c/code\u003e, which is of type \u003ccode\u003eEnvironment\u003c/code\u003e, and it represents the environment that was started.\u003c/p\u003e\n"]]],[],null,["# Cloud Shell v1 API - Class StartEnvironmentResponse (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.Shell.V1/latest/Google.Cloud.Shell.V1.StartEnvironmentResponse)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Shell.V1/2.4.0/Google.Cloud.Shell.V1.StartEnvironmentResponse)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Shell.V1/2.3.0/Google.Cloud.Shell.V1.StartEnvironmentResponse)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Shell.V1/2.2.0/Google.Cloud.Shell.V1.StartEnvironmentResponse)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Shell.V1/2.1.0/Google.Cloud.Shell.V1.StartEnvironmentResponse)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Shell.V1/2.0.0/Google.Cloud.Shell.V1.StartEnvironmentResponse)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Shell.V1/1.1.0/Google.Cloud.Shell.V1.StartEnvironmentResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Shell.V1/1.0.0/Google.Cloud.Shell.V1.StartEnvironmentResponse) \n\n public sealed class StartEnvironmentResponse : IMessage\u003cStartEnvironmentResponse\u003e, IEquatable\u003cStartEnvironmentResponse\u003e, IDeepCloneable\u003cStartEnvironmentResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Shell v1 API class StartEnvironmentResponse.\n\nMessage included in the response field of operations returned from\n\\[StartEnvironment\\]\\[google.cloud.shell.v1.CloudShellService.StartEnvironment\\]\nonce the operation is complete. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e StartEnvironmentResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[StartEnvironmentResponse](/dotnet/docs/reference/Google.Cloud.Shell.V1/latest/Google.Cloud.Shell.V1.StartEnvironmentResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[StartEnvironmentResponse](/dotnet/docs/reference/Google.Cloud.Shell.V1/latest/Google.Cloud.Shell.V1.StartEnvironmentResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[StartEnvironmentResponse](/dotnet/docs/reference/Google.Cloud.Shell.V1/latest/Google.Cloud.Shell.V1.StartEnvironmentResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Shell.V1](/dotnet/docs/reference/Google.Cloud.Shell.V1/latest/Google.Cloud.Shell.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Shell.V1.dll\n\nConstructors\n------------\n\n### StartEnvironmentResponse()\n\n public StartEnvironmentResponse()\n\n### StartEnvironmentResponse(StartEnvironmentResponse)\n\n public StartEnvironmentResponse(StartEnvironmentResponse other)\n\nProperties\n----------\n\n### Environment\n\n public Environment Environment { get; set; }\n\nEnvironment that was started."]]