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-03-21 UTC."],[[["This webpage provides reference documentation for the `DeleteReservationRequest` class within the Google.Cloud.BigQuery.Reservation.V1 API."],["`DeleteReservationRequest` is a request type used for the `ReservationService.DeleteReservation` method, allowing users to delete a specific reservation."],["The documentation covers the class's constructors, properties like `Name` and `ReservationName`, and inherited members from the .NET `object` class."],["The latest version of this API is 2.7.0 and this page currently describes version 2.5.0, with a comprehensive list of past version links available."],["The `DeleteReservationRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality and integration within the Google Cloud .NET library."]]],[]]