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-03-25 UTC."],[[["The latest version of the `CreateContentRequest` class is 3.6.0, part of the Google.Cloud.Dataplex.V1 namespace, which is also part of the Google.Cloud.Dataplex.V1.dll assembly."],["This class represents a request to create content within the Google Cloud Dataplex service, and it includes properties like `Content`, `Parent`, `ParentAsLakeName`, and `ValidateOnly` for specifying the content to be created, its location, and validation options."],["The `CreateContentRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for serialization, equality comparison, deep cloning, and buffer management."],["There are multiple previous versions of this class available, ranging from version 1.0.0 up to 3.5.0, in addition to the latest version."],["This class, `CreateContentRequest`, inherits from the base `Object` class and provides two constructors: a default constructor and one that takes another `CreateContentRequest` instance as a parameter."]]],[]]