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-17 UTC."],[[["This document provides reference information for the `DeleteAssignmentRequest` class within the Google.Cloud.BigQuery.Reservation.V1 API."],["`DeleteAssignmentRequest` is used to request the deletion of an assignment, requiring the \"bigquery.reservationAssignments.delete\" permission."],["The latest version of this documentation is 2.7.0, while this page details the 2.4.0 version, with several older versions also being accessible from this page."],["The `DeleteAssignmentRequest` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `DeleteAssignmentRequest` include `AssignmentName` (a typed view) and `Name`, which is a string representing the resource name of the assignment to delete."]]],[]]