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 document outlines the `DeleteReservationRequest` class within the `Google.Cloud.BigQuery.Reservation.V1` namespace, which is used to formulate requests for deleting a reservation through the `ReservationService.DeleteReservation` method."],["The `DeleteReservationRequest` class offers various versions, ranging from version 1.2.0 to the latest version 2.7.0, including version 2.0.0."],["`DeleteReservationRequest` inherits from `Object` and implements multiple interfaces, such as `IMessage`, `IEquatable\u003cDeleteReservationRequest\u003e`, `IDeepCloneable\u003cDeleteReservationRequest\u003e`, and `IBufferMessage`."],["The class has two constructors: a default one `DeleteReservationRequest()` and one that accepts another `DeleteReservationRequest` instance, `DeleteReservationRequest(DeleteReservationRequest other)`."],["The `DeleteReservationRequest` includes properties such as `Name`, which is a required string representing the resource name of the reservation to be deleted, and `ReservationName`, which provides a typed view over the `Name` property."]]],[]]