GoogleCloudApigeeV1ListInstanceAttachmentsResponse constructor

GoogleCloudApigeeV1ListInstanceAttachmentsResponse({
  1. List<GoogleCloudApigeeV1InstanceAttachment>? attachments,
  2. String? nextPageToken,
})

Implementation

GoogleCloudApigeeV1ListInstanceAttachmentsResponse({
  this.attachments,
  this.nextPageToken,
});