public sealed class CreateReservationRequest : IMessage<CreateReservationRequest>, IEquatable<CreateReservationRequest>, IDeepCloneable<CreateReservationRequest>, IBufferMessage, IMessage
The request for [ReservationService.CreateReservation][google.cloud.bigquery.reservation.v1.ReservationService.CreateReservation].
[[["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."],[[["This webpage details the `CreateReservationRequest` class within the `Google.Cloud.BigQuery.Reservation.V1` namespace, which is used to request the creation of a reservation through the `ReservationService.CreateReservation` method."],["The `CreateReservationRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["This class has several properties, including `Parent`, `ParentAsLocationName`, `Reservation`, and `ReservationId`, which are used to specify the project, location, reservation details, and a unique identifier for the reservation being created, respectively."],["The webpage displays a comprehensive list of versions associated with the `CreateReservationRequest`, with the latest being version 2.7.0, and going all the way back to 1.2.0, the version that started this documentation."],["The page provides details on two constructors available for `CreateReservationRequest` for creating objects either blank or through the use of other parameters."]]],[]]