public sealed class DeleteReservationRequest : IMessage<DeleteReservationRequest>, IEquatable<DeleteReservationRequest>, IDeepCloneable<DeleteReservationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Reservation v1 API class DeleteReservationRequest.
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-17 UTC."],[[["This page provides documentation for the `DeleteReservationRequest` class within the Google Cloud BigQuery Reservation v1 API, specifically for version 2.6.0."],["The `DeleteReservationRequest` class is used to request the deletion of a reservation via the `ReservationService.DeleteReservation` method."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message handling."],["The class includes properties like `Name` (a string) and `ReservationName` (a `ReservationName` type) for specifying the resource name of the reservation to be deleted."],["A history of previous versions of this class is provided, ranging from version 1.2.0 to the latest version, 2.7.0, along with their corresponding documentation links."]]],[]]