GoogleCloudApihubV1ListRuntimeProjectAttachmentsResponse constructor
GoogleCloudApihubV1ListRuntimeProjectAttachmentsResponse({
- String? nextPageToken,
- List<
GoogleCloudApihubV1RuntimeProjectAttachment> ? runtimeProjectAttachments,
Implementation
GoogleCloudApihubV1ListRuntimeProjectAttachmentsResponse({
this.nextPageToken,
this.runtimeProjectAttachments,
});