API hub v1 API - Class ListRuntimeProjectAttachmentsResponse (1.0.0-beta02)

public sealed class ListRuntimeProjectAttachmentsResponse : IMessage<ListRuntimeProjectAttachmentsResponse>, IEquatable<ListRuntimeProjectAttachmentsResponse>, IDeepCloneable<ListRuntimeProjectAttachmentsResponse>, IBufferMessage, IMessage, IPageResponse<RuntimeProjectAttachment>, IEnumerable<RuntimeProjectAttachment>, IEnumerable

Reference documentation and code samples for the API hub v1 API class ListRuntimeProjectAttachmentsResponse.

The [ListRuntimeProjectAttachments][google.cloud.apihub.v1.RuntimeProjectAttachmentService.ListRuntimeProjectAttachments] method's response.

Inheritance

object > ListRuntimeProjectAttachmentsResponse

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

ListRuntimeProjectAttachmentsResponse()

public ListRuntimeProjectAttachmentsResponse()

ListRuntimeProjectAttachmentsResponse(ListRuntimeProjectAttachmentsResponse)

public ListRuntimeProjectAttachmentsResponse(ListRuntimeProjectAttachmentsResponse other)
Parameter
Name Description
other ListRuntimeProjectAttachmentsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

RuntimeProjectAttachments

public RepeatedField<RuntimeProjectAttachment> RuntimeProjectAttachments { get; }

List of runtime project attachments.

Property Value
Type Description
RepeatedFieldRuntimeProjectAttachment

Methods

GetEnumerator()

public IEnumerator<RuntimeProjectAttachment> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorRuntimeProjectAttachment