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-04-02 UTC."],[[["This page details the `DeleteReservationRequest` class within the `Google.Cloud.BigQuery.Reservation.V1` namespace, which is used to formulate requests for deleting reservations in the BigQuery Reservation service."],["The `DeleteReservationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer-based operations."],["The class offers two constructors: a default constructor and another that accepts a `DeleteReservationRequest` instance for copying, and it contains properties such as `Name` (a string) and `ReservationName` (a `ReservationName` type), to help reference specific reservations."],["The page provides links to documentation for various versions, ranging from the latest version 2.7.0 down to version 1.2.0, for the `DeleteReservationRequest`."],["The `DeleteReservationRequest` is used to represent a request to the `ReservationService.DeleteReservation` endpoint."]]],[]]