public sealed class CreateClusterRequest : IMessage<CreateClusterRequest>, IEquatable<CreateClusterRequest>, IDeepCloneable<CreateClusterRequest>, IBufferMessage, IMessage
[[["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."],[[["The webpage details the `CreateClusterRequest` class, which is used to create a cluster within the Google Cloud Container service, specifically within version 2.6.0 and above."],["The `CreateClusterRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, with various inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["The class includes properties such as `Cluster` (a cluster resource), `Parent` (project and location), and deprecated fields `ProjectId` and `Zone`, that are now replaced by the parent field."],["The latest documentation version for CreateClusterRequest is 3.33.0, but the webpage contains documentation and links for other versions all the way back to version 2.3.0."],["The current version of this document covers the `CreateClusterRequest` class in namespace `Google.Cloud.Container.V1` and assembly `Google.Cloud.Container.V1.dll` and has two constructors, the default one and another that takes a `CreateClusterRequest` object."]]],[]]