public sealed class DeleteAssignmentRequest : IMessage<DeleteAssignmentRequest>, IEquatable<DeleteAssignmentRequest>, IDeepCloneable<DeleteAssignmentRequest>, IBufferMessage, IMessage
The request for [ReservationService.DeleteAssignment][google.cloud.bigquery.reservation.v1.ReservationService.DeleteAssignment].
Note: "bigquery.reservationAssignments.delete" permission is required on the
related assignee.
[[["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 webpage details the `DeleteAssignmentRequest` class, which is used to request the deletion of an assignment within the Google Cloud BigQuery Reservation service."],["The latest version of this class is 2.7.0, and it has versions dating back to 1.2.0, all the way to the most current."],["The `DeleteAssignmentRequest` class requires \"bigquery.reservationAssignments.delete\" permission on the associated assignee and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteAssignmentRequest` class includes properties such as `AssignmentName`, which is a typed view over the `Name` property, and `Name`, which represents the resource name of the assignment to be deleted."],["The main two constructors for this class are the Default constructor `DeleteAssignmentRequest()` and the constructor `DeleteAssignmentRequest(DeleteAssignmentRequest other)` which takes another instance of the same class as the argument."]]],[]]