importInternalSubscribersFromDepartment method

ResponseFuture<IdentifierResponse> importInternalSubscribersFromDepartment(
  1. ClientStreamsServiceImportInternalSubscribersRequest request, {
  2. CallOptions? options,
})

Import users as internal subscribers from department and returns the ID of the client stream

Implementation

$grpc.ResponseFuture<$1.IdentifierResponse>
    importInternalSubscribersFromDepartment(
  $0.ClientStreamsServiceImportInternalSubscribersRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$importInternalSubscribersFromDepartment, request,
      options: options);
}