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.4.0 and above."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for cluster creation and management."],["The latest version, 3.33.0, along with a range of prior versions, starting from 3.32.0 down to 2.3.0, are all documented in the provided data and links."],["`CreateClusterRequest` has properties such as `Cluster`, `Parent`, and, as obsolete, `ProjectId` and `Zone`, for specifying cluster details and location, with `Parent` replacing the latter two."],["There are two constructors, a parameterless one and one that accepts another instance of `CreateClusterRequest` to create a copy of it, and also several inherited members from `Object` class."]]],[]]