ListEndpointAttachmentsResponse constructor

ListEndpointAttachmentsResponse({
  1. List<EndpointAttachment>? endpointAttachments,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListEndpointAttachmentsResponse({
  this.endpointAttachments,
  this.nextPageToken,
  this.unreachable,
});