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 details the `DeleteReservationRequest` class within the `Google.Cloud.BigQuery.Reservation.V1` namespace, specifically version 1.3.0, used to request the deletion of a BigQuery reservation."],["The `DeleteReservationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It provides two constructors, a default constructor and one that takes another `DeleteReservationRequest` object, and it includes two properties: `Name` (a string representing the resource name) and `ReservationName` (a `ReservationName` type for a structured view of the name)."],["The page lists all previous versions from 2.7.0 to 1.2.0, while detailing the functionality of the `DeleteReservationRequest` in the 1.3.0 version."],["The `Name` property is required for identifying the reservation to be deleted, which must follow the `projects/myproject/locations/US/reservations/team1-prod` format."]]],[]]