GoogleCloudApigeeV1ListEndpointAttachmentsResponse constructor

GoogleCloudApigeeV1ListEndpointAttachmentsResponse({
  1. List<GoogleCloudApigeeV1EndpointAttachment>? endpointAttachments,
  2. String? nextPageToken,
})

Implementation

GoogleCloudApigeeV1ListEndpointAttachmentsResponse({
  this.endpointAttachments,
  this.nextPageToken,
});