public sealed class LookupRuntimeProjectAttachmentResponse : IMessage<LookupRuntimeProjectAttachmentResponse>, IEquatable<LookupRuntimeProjectAttachmentResponse>, IDeepCloneable<LookupRuntimeProjectAttachmentResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class LookupRuntimeProjectAttachmentResponse.
The [ListRuntimeProjectAttachments][google.cloud.apihub.v1.RuntimeProjectAttachmentService.ListRuntimeProjectAttachments] method's response.
Implements
IMessageLookupRuntimeProjectAttachmentResponse, IEquatableLookupRuntimeProjectAttachmentResponse, IDeepCloneableLookupRuntimeProjectAttachmentResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
LookupRuntimeProjectAttachmentResponse()
public LookupRuntimeProjectAttachmentResponse()
LookupRuntimeProjectAttachmentResponse(LookupRuntimeProjectAttachmentResponse)
public LookupRuntimeProjectAttachmentResponse(LookupRuntimeProjectAttachmentResponse other)
Parameter | |
---|---|
Name | Description |
other |
LookupRuntimeProjectAttachmentResponse |
Properties
RuntimeProjectAttachment
public RuntimeProjectAttachment RuntimeProjectAttachment { get; set; }
Runtime project attachment for a project if exists, empty otherwise.
Property Value | |
---|---|
Type | Description |
RuntimeProjectAttachment |