public sealed class DeleteAttestorRequest : IMessage<DeleteAttestorRequest>, IEquatable<DeleteAttestorRequest>, IDeepCloneable<DeleteAttestorRequest>, IBufferMessage, IMessage
Request message for [BinauthzManagementService.DeleteAttestor][].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version available for `DeleteAttestorRequest` is 2.5.0, with several older versions also accessible, including 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0."],["`DeleteAttestorRequest` is a request message used for deleting an attestor in the Binauthz Management Service."],["This class inherits from `Object` and implements several interfaces, including `IMessage\u003cDeleteAttestorRequest\u003e`, `IEquatable\u003cDeleteAttestorRequest\u003e`, `IDeepCloneable\u003cDeleteAttestorRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class has properties such as `AttestorName` and `Name`, with `Name` being a required string representing the attestor to be deleted, in the format `projects/*/attestors/*`."],["There are two constructors available to use, one of which has a parameter named `other`, taking in the `DeleteAttestorRequest` class."]]],[]]