ListEndpointAttachmentsResponse constructor
ListEndpointAttachmentsResponse({
- List<
EndpointAttachment> ? endpointAttachments, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListEndpointAttachmentsResponse({
this.endpointAttachments,
this.nextPageToken,
this.unreachable,
});