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.
Implements
IMessageDeleteAttachmentRequest, IEquatableDeleteAttachmentRequest, IDeepCloneableDeleteAttachmentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Assembly
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 |