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, specifically detailing its structure, properties, and implementation across multiple versions."],["The `DeleteReservationRequest` class is used to request the deletion of a reservation within the BigQuery Reservation service, implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version referenced is 2.7.0, and the document covers versions down to 1.2.0, showing a history of updates and availability of the `DeleteReservationRequest` across these releases."],["The class has two constructors, one default and another that copies an existing `DeleteReservationRequest`, and the class includes two key properties `Name`, a string, and `ReservationName`, a typed view of the Name property."],["The `DeleteReservationRequest` is part of the Google Cloud BigQuery Reservation V1, and it contains necessary information for deletion of a reservation."]]],[]]