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."],[[["The latest version of the `DeleteAuthorizedCertificateRequest` class is 2.4.0, which can be found in the Google.Cloud.AppEngine.V1 namespace."],["This class is a request message used for `AuthorizedCertificates.DeleteAuthorizedCertificate` operations within the App Engine v1 API."],["The `DeleteAuthorizedCertificateRequest` class implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, providing functionalities for message handling, equality comparison, deep cloning, and buffered messages."],["It inherits from `Object` and includes properties such as `Name` which specifies the resource to be deleted, following the format `apps/myapp/authorizedCertificates/12345`."],["There are multiple versions documented, from 1.0.0 to 2.4.0, all pointing to the same `DeleteAuthorizedCertificateRequest`."]]],[]]