public sealed class CreateContentRequest : IMessage<CreateContentRequest>, IEquatable<CreateContentRequest>, IDeepCloneable<CreateContentRequest>, 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-09 UTC."],[[["The `CreateContentRequest` class is used to request the creation of content within Google Cloud Dataplex."],["This class is part of the `Google.Cloud.Dataplex.V1` namespace and implemented using the .NET framework."],["The latest version of this class is 3.6.0, with multiple older versions available, ranging back to 1.0.0."],["The class requires setting `Parent` to the lake resource name where the content will be created and requires a `Content` resource within."],["The `ValidateOnly` property enables you to validate the content request, without actually mutating the content."]]],[]]