Class DeleteAuthorizedCertificateRequest (1.2.0)

public sealed class DeleteAuthorizedCertificateRequest : IMessage<DeleteAuthorizedCertificateRequest>, IEquatable<DeleteAuthorizedCertificateRequest>, IDeepCloneable<DeleteAuthorizedCertificateRequest>, IBufferMessage, IMessage

Request message for AuthorizedCertificates.DeleteAuthorizedCertificate.

Inheritance

Object > DeleteAuthorizedCertificateRequest

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

DeleteAuthorizedCertificateRequest()

public DeleteAuthorizedCertificateRequest()

DeleteAuthorizedCertificateRequest(DeleteAuthorizedCertificateRequest)

public DeleteAuthorizedCertificateRequest(DeleteAuthorizedCertificateRequest other)
Parameter
NameDescription
otherDeleteAuthorizedCertificateRequest

Properties

Name

public string Name { get; set; }

Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345.

Property Value
TypeDescription
String