public sealed class DeleteAuthorizedCertificateRequest : IMessage<DeleteAuthorizedCertificateRequest>, IEquatable<DeleteAuthorizedCertificateRequest>, IDeepCloneable<DeleteAuthorizedCertificateRequest>, IBufferMessage, IMessageRequest message for AuthorizedCertificates.DeleteAuthorizedCertificate.
Implements
IMessage<DeleteAuthorizedCertificateRequest>, IEquatable<DeleteAuthorizedCertificateRequest>, IDeepCloneable<DeleteAuthorizedCertificateRequest>, 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 |
|