public sealed class DeleteRuntimeProjectAttachmentRequest : IMessage<DeleteRuntimeProjectAttachmentRequest>, IEquatable<DeleteRuntimeProjectAttachmentRequest>, IDeepCloneable<DeleteRuntimeProjectAttachmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class DeleteRuntimeProjectAttachmentRequest.
The [DeleteRuntimeProjectAttachment][google.cloud.apihub.v1.RuntimeProjectAttachmentService.DeleteRuntimeProjectAttachment] method's request.
Implements
IMessageDeleteRuntimeProjectAttachmentRequest, IEquatableDeleteRuntimeProjectAttachmentRequest, IDeepCloneableDeleteRuntimeProjectAttachmentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
DeleteRuntimeProjectAttachmentRequest()
public DeleteRuntimeProjectAttachmentRequest()
DeleteRuntimeProjectAttachmentRequest(DeleteRuntimeProjectAttachmentRequest)
public DeleteRuntimeProjectAttachmentRequest(DeleteRuntimeProjectAttachmentRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteRuntimeProjectAttachmentRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the Runtime Project Attachment to delete.
Format:
projects/{project}/locations/{location}/runtimeProjectAttachments/{runtime_project_attachment}
Property Value | |
---|---|
Type | Description |
string |
RuntimeProjectAttachmentName
public RuntimeProjectAttachmentName RuntimeProjectAttachmentName { get; set; }
RuntimeProjectAttachmentName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
RuntimeProjectAttachmentName |