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."],[[["This webpage provides documentation for the `CreateClusterRequest` class within the `Google.Cloud.Container.V1` namespace, specifically detailing various versions of this class, with the latest version being 3.33.0."],["The `CreateClusterRequest` class is used to create a cluster and inherits from Object while also implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateClusterRequest` class has two constructors, one empty and one taking another `CreateClusterRequest` as a parameter, with parameters listed in a table."],["It includes properties such as `Cluster`, `Parent`, and deprecated fields like `ProjectId` and `Zone`, to define the cluster resource and where it is to be located."],["The page lists all available versions of the `CreateClusterRequest` class, ranging from 3.33.0 down to 2.3.0, each linked to their respective documentation pages."]]],[]]