public sealed class DeleteCertificateMapEntryRequest : IMessage<DeleteCertificateMapEntryRequest>, IEquatable<DeleteCertificateMapEntryRequest>, IDeepCloneable<DeleteCertificateMapEntryRequest>, IBufferMessage, IMessage
[[["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."],[[["This webpage details the `DeleteCertificateMapEntryRequest` class, which is used to request the deletion of a certificate map entry."],["The `DeleteCertificateMapEntryRequest` class is part of the `Google.Cloud.CertificateManager.V1` namespace and is available in multiple versions, with the latest being 2.8.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `DeleteCertificateMapEntryRequest` has two constructors, one for default initialization and another that takes an existing `DeleteCertificateMapEntryRequest` for copying."],["The `Name` property of `DeleteCertificateMapEntryRequest` is a required string, that represents the name of the certificate map entry to delete, and the `CertificateMapEntryName` is a typed view over this `Name`."]]],[]]