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"]],[["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."],[[["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."]]],[]]