public sealed class CreateEnvironmentMetadata : IMessage<CreateEnvironmentMetadata>, IEquatable<CreateEnvironmentMetadata>, IDeepCloneable<CreateEnvironmentMetadata>, IBufferMessage, IMessage
Message included in the metadata field of operations returned from
[CreateEnvironment][google.cloud.shell.v1.CloudShellService.CreateEnvironment].
[[["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."],[[["The `CreateEnvironmentMetadata` class is used within the metadata field of operations returned from `CreateEnvironment` in the Google Cloud Shell service."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer management."],["It inherits from the base `Object` class and has methods related to getting the hash code, type, cloning, and string representation."],["There are two constructors available, a default constructor, and one that takes another `CreateEnvironmentMetadata` object for copying."],["The latest version of the document is version 2.5.0, while the version of the currently viewed document is 1.1.0."]]],[]]