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 `DeleteAuthorizedCertificateRequest` class is used to request the deletion of an authorized certificate in the Google Cloud App Engine."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, from the Google.Protobuf library."],["There are two constructors available, one default and one that creates a copy of another `DeleteAuthorizedCertificateRequest` object."],["The class includes a `Name` property, which is a string representing the resource to be deleted, specified as a path like `apps/myapp/authorizedCertificates/12345`."],["The latest version of this request is version 2.4.0, and versions from 1.0.0 to 2.3.0 are also available."]]],[]]