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 a message type used in the metadata field of operations returned from the `CreateEnvironment` method within the `CloudShellService`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message manipulation and comparison."],["The `CreateEnvironmentMetadata` class inherits from `Object` and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class has two constructors, a default one and another that takes an existing `CreateEnvironmentMetadata` instance as a parameter for copying."],["The namespace for the class is `Google.Cloud.Shell.V1`, and it is contained within the `Google.Cloud.Shell.V1.dll` assembly."]]],[]]