Class DeleteAuthorizedCertificateRequest (1.0.0)

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

Request message for AuthorizedCertificates.DeleteAuthorizedCertificate.

Inheritance

Object > DeleteAuthorizedCertificateRequest

Implements

Google.Protobuf.IMessage<DeleteAuthorizedCertificateRequest>, IEquatable<DeleteAuthorizedCertificateRequest>, Google.Protobuf.IDeepCloneable<DeleteAuthorizedCertificateRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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