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
.
Implements
IMessageDeleteAuthorizedCertificateRequest, IEquatableDeleteAuthorizedCertificateRequest, IDeepCloneableDeleteAuthorizedCertificateRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
DeleteAuthorizedCertificateRequest()
public DeleteAuthorizedCertificateRequest()
DeleteAuthorizedCertificateRequest(DeleteAuthorizedCertificateRequest)
public DeleteAuthorizedCertificateRequest(DeleteAuthorizedCertificateRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteAuthorizedCertificateRequest |
Properties
Name
public string Name { get; set; }
Name of the resource to delete. Example:
apps/myapp/authorizedCertificates/12345
.
Property Value | |
---|---|
Type | Description |
string |