GoogleCloudApihubV1ListRuntimeProjectAttachmentsResponse constructor

GoogleCloudApihubV1ListRuntimeProjectAttachmentsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudApihubV1RuntimeProjectAttachment>? runtimeProjectAttachments,
})

Implementation

GoogleCloudApihubV1ListRuntimeProjectAttachmentsResponse({
  this.nextPageToken,
  this.runtimeProjectAttachments,
});