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-04-01 UTC."],[[["This webpage provides documentation for the `CreateTaskRequest` class within the `Google.Cloud.Dataplex.V1` namespace in .NET, with the latest version being 3.6.0."],["The `CreateTaskRequest` class is used to define the parameters for creating a task, including the parent lake, the task resource itself, and the task identifier, all within the Google Cloud Dataplex environment."],["The `CreateTaskRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists all available versions of `CreateTaskRequest`, from 1.0.0 to the latest 3.6.0, each with its own documentation page."],["The `CreateTaskRequest` contains properties like `Parent` (the lake resource name), `ParentAsLakeName`, `Task` (the task details), `TaskId` (task identifier), and `ValidateOnly` (for request validation without execution)."]]],[]]