public sealed class DeleteAuthorizedCertificateRequest : IMessage<DeleteAuthorizedCertificateRequest>, IEquatable<DeleteAuthorizedCertificateRequest>, IDeepCloneable<DeleteAuthorizedCertificateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class DeleteAuthorizedCertificateRequest.
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 document provides reference information for the `DeleteAuthorizedCertificateRequest` class within the Google Cloud App Engine v1 API."],["`DeleteAuthorizedCertificateRequest` is used to create requests for deleting authorized certificates."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are several versions available for this class, ranging from version 1.0.0 up to 2.4.0, with 2.4.0 being the latest."],["The class has a `Name` property, which is a string that specifies the resource to be deleted, such as `apps/myapp/authorizedCertificates/12345`."]]],[]]