public sealed class DeleteCertificateMapEntryRequest : IMessage<DeleteCertificateMapEntryRequest>, IEquatable<DeleteCertificateMapEntryRequest>, IDeepCloneable<DeleteCertificateMapEntryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Manager v1 API class DeleteCertificateMapEntryRequest.
[[["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 provides reference documentation for the `DeleteCertificateMapEntryRequest` class within version 2.7.0 of the Google Cloud Certificate Manager v1 API for .NET."],["The `DeleteCertificateMapEntryRequest` class is used to construct requests for deleting a certificate map entry and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` base class and includes properties such as `CertificateMapEntryName` (a typed view) and `Name` (a string), which is the required name of the certificate map entry to delete."],["The page contains links to documentation for various versions of this API, from version 1.0.0-beta02 to 2.8.0."],["The `DeleteCertificateMapEntryRequest` class includes a default constructor and a copy constructor for creating new instances."]]],[]]