public sealed class DeleteAuthorizedCertificateRequest : IMessage<DeleteAuthorizedCertificateRequest>, IEquatable<DeleteAuthorizedCertificateRequest>, IDeepCloneable<DeleteAuthorizedCertificateRequest>, IBufferMessage, IMessage
Request message for AuthorizedCertificates.DeleteAuthorizedCertificate.
[[["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 content describes the `DeleteAuthorizedCertificateRequest` class, which is used to send requests for deleting authorized certificates in the Google Cloud App Engine."],["This class is part of the `Google.Cloud.AppEngine.V1` namespace and is available in the `Google.Cloud.AppEngine.V1.dll` assembly."],["The `DeleteAuthorizedCertificateRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object comparison/cloning."],["The class provides a `Name` property to specify the resource to be deleted, using the format `apps/myapp/authorizedCertificates/12345` as an example."],["The `DeleteAuthorizedCertificateRequest` class has two constructors, one being default and the other being able to take another `DeleteAuthorizedCertificateRequest` object as an argument."]]],[]]