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."],[[["This webpage details the `DeleteAuthorizedCertificateRequest` class, which is used to send requests for deleting authorized certificates in Google Cloud App Engine."],["The latest version of the `DeleteAuthorizedCertificateRequest` class available is 2.4.0, with versions ranging down to 1.0.0 also listed."],["The `DeleteAuthorizedCertificateRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The class has two constructors, a default constructor and one that takes another `DeleteAuthorizedCertificateRequest` object as a parameter."],["The `Name` property of this class, is a string that defines the resource name of the Authorized Certificate that will be deleted."]]],[]]