ListErrorFramesResponse constructor

ListErrorFramesResponse({
  1. List<ErrorFrame>? errorFrames,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListErrorFramesResponse({
  this.errorFrames,
  this.nextPageToken,
  this.unreachable,
});