Artifact Registry v1 API - Class DeleteAttachmentRequest (2.9.0)

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

Reference documentation and code samples for the Artifact Registry v1 API class DeleteAttachmentRequest.

The request to delete an attachment.

Inheritance

object > DeleteAttachmentRequest

Namespace

Google.Cloud.ArtifactRegistry.V1

Assembly

Google.Cloud.ArtifactRegistry.V1.dll

Constructors

DeleteAttachmentRequest()

public DeleteAttachmentRequest()

DeleteAttachmentRequest(DeleteAttachmentRequest)

public DeleteAttachmentRequest(DeleteAttachmentRequest other)
Parameter
Name Description
other DeleteAttachmentRequest

Properties

AttachmentName

public AttachmentName AttachmentName { get; set; }

AttachmentName-typed view over the Name resource name property.

Property Value
Type Description
AttachmentName

Name

public string Name { get; set; }

Required. The name of the attachment to delete.

Property Value
Type Description
string