public sealed class CreateTaskRequest : IMessage<CreateTaskRequest>, IEquatable<CreateTaskRequest>, IDeepCloneable<CreateTaskRequest>, 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-25 UTC."],[[["This webpage details the `CreateTaskRequest` class within the `Google.Cloud.Dataplex.V1` namespace, utilized in the .NET framework for managing data tasks."],["The latest version available for this class is 3.6.0, while the current document pertains to version 2.0.0 and all versions are listed, including the earliest being version 1.0.0."],["The `CreateTaskRequest` class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes properties like `Parent`, `ParentAsLakeName`, `Task`, `TaskId`, and `ValidateOnly`, all of which are explained in terms of type and description, with `Parent` and `Task` being mandatory, and `ValidateOnly` being optional."],["The class also provides two constructors: a default one and another that takes a `CreateTaskRequest` object as a parameter."]]],[]]