ListPatchJobInstanceDetailsResponse constructor

ListPatchJobInstanceDetailsResponse({
  1. String? nextPageToken,
  2. List<PatchJobInstanceDetails>? patchJobInstanceDetails,
})

Implementation

ListPatchJobInstanceDetailsResponse({
  this.nextPageToken,
  this.patchJobInstanceDetails,
});