public sealed class DeleteReservationRequest : IMessage<DeleteReservationRequest>, IEquatable<DeleteReservationRequest>, IDeepCloneable<DeleteReservationRequest>, IBufferMessage, IMessage
The request for [ReservationService.DeleteReservation][google.cloud.bigquery.reservation.v1.ReservationService.DeleteReservation].
[[["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 provides documentation for the `DeleteReservationRequest` class within the `Google.Cloud.BigQuery.Reservation.V1` namespace, specifically for version 1.6.0."],["The `DeleteReservationRequest` class is used to request the deletion of a reservation via the `ReservationService.DeleteReservation` method, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and another that takes a `DeleteReservationRequest` object, and it also contains two properties: `Name`, a string representing the resource name of the reservation, and `ReservationName`, which provides a typed view over the `Name` property."],["The webpage also contains links to various versions, with version 2.7.0 being the latest, showcasing the history and evolution of the `DeleteReservationRequest`."]]],[]]