public sealed class DeleteAssignmentRequest : IMessage<DeleteAssignmentRequest>, IEquatable<DeleteAssignmentRequest>, IDeepCloneable<DeleteAssignmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Reservation v1 API class DeleteAssignmentRequest.
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-01 UTC."],[[["This webpage provides reference documentation for the `DeleteAssignmentRequest` class within the Google Cloud BigQuery Reservation v1 API."],["`DeleteAssignmentRequest` is used to request the deletion of an assignment via `ReservationService.DeleteAssignment`, which requires the \"bigquery.reservationAssignments.delete\" permission."],["The `DeleteAssignmentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `AssignmentName` and `Name`, where `Name` is a required string identifying the resource to be deleted."],["This page also contains links to documentation for the `DeleteAssignmentRequest` for many previous versions, all the way back to 1.2.0."]]],[]]