ListCustomJobsResponse constructor

ListCustomJobsResponse({
  1. List<CustomJob> customJobs = const [],
  2. String nextPageToken = '',
})

Implementation

ListCustomJobsResponse({this.customJobs = const [], this.nextPageToken = ''})
  : super(fullyQualifiedName);