GoogleCloudApigeeV1ListEndpointAttachmentsResponse constructor
GoogleCloudApigeeV1ListEndpointAttachmentsResponse({
- List<
GoogleCloudApigeeV1EndpointAttachment> ? endpointAttachments, - String? nextPageToken,
Implementation
GoogleCloudApigeeV1ListEndpointAttachmentsResponse({
this.endpointAttachments,
this.nextPageToken,
});