public sealed class CreateListingRequest : IMessage<CreateListingRequest>, IEquatable<CreateListingRequest>, IDeepCloneable<CreateListingRequest>, IBufferMessage, IMessage
Required. The ID of the Listing to create.
Must contain only Unicode letters, numbers (0-9), underscores (_).
Should not use characters that require URL-escaping, or characters
outside of ASCII, spaces.
Max length: 100 bytes.
[[["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-21 UTC."],[[["The `CreateListingRequest` class is used to create a new listing within the BigQuery Data Exchange environment, as indicated by its purpose."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling message operations, equality checks, deep cloning, and buffer message functionalities."],["`CreateListingRequest` offers two constructors: a default constructor and a constructor that takes another `CreateListingRequest` object as a parameter for copying purposes."],["The `CreateListingRequest` class includes properties such as `Listing`, `ListingId`, `Parent`, and `ParentAsDataExchangeName`, which are required to specify the listing's details and location within the data exchange."],["The class is located within the `Google.Cloud.BigQuery.DataExchange.V1Beta1` namespace and is part of the `Google.Cloud.BigQuery.DataExchange.V1Beta1.dll` assembly, meaning it's a component of the Google Cloud BigQuery Data Exchange .NET library."]]],[]]