public sealed class CreateAssetRequest : IMessage<CreateAssetRequest>, IEquatable<CreateAssetRequest>, IDeepCloneable<CreateAssetRequest>, 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 `CreateAssetRequest` class is 3.6.0, but multiple versions are available, ranging from 1.0.0 to 3.6.0, as listed on the provided page."],["The `CreateAssetRequest` class is part of the `Google.Cloud.Dataplex.V1` namespace and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors: a default one and another that takes another `CreateAssetRequest` object as a parameter for creating a new instance."],["The class includes properties such as `Asset`, `AssetId`, `Parent`, `ParentAsZoneName`, and `ValidateOnly`, each serving a distinct purpose in the asset creation process."],["The CreateAssetRequest class facilitates creating asset resources within a specific parent zone and has strict requirements for the asset identifier, such as lowercase letters, numbers, hyphens, and character count."]]],[]]