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, including its methods, properties, and inheritance structure."],["The latest version for `CreateTaskRequest` is 3.6.0, with several previous versions listed, allowing users to access specific version details."],["`CreateTaskRequest` implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["Key properties of the `CreateTaskRequest` class include `Parent` (lake resource name), `ParentAsLakeName`, `Task` (the task resource itself), `TaskId` (task identifier), and `ValidateOnly` (for validation without mutation)."],["The class has two constructors, `CreateTaskRequest()` and `CreateTaskRequest(CreateTaskRequest)`, for creating new instances and copying existing ones."]]],[]]