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 `CreateAssetRequest` class is used to define a request for creating an asset within the Google Cloud Dataplex V1 service, specifically within a specified zone."],["The latest version of the documentation is `3.6.0`, and the page details a range of version histories from `1.0.0` up to the current latest, with the version this documentation covers being `2.1.0`."],["The `CreateAssetRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to fulfill various functionalities within the .NET environment."],["Key properties of `CreateAssetRequest` include `Asset` (the resource itself), `AssetId` (a unique identifier for the asset), `Parent` (the zone where the asset will reside), and `ValidateOnly` (to validate the request without execution)."],["The `AssetId` property has strict formatting requirements including only lowercase letters, numbers, hyphens, and starting/ending with specific characters, and being between 1-63 characters long."]]],[]]