ListPatchJobInstanceDetailsResponse constructor
ListPatchJobInstanceDetailsResponse({
- String? nextPageToken,
- List<
PatchJobInstanceDetails> ? patchJobInstanceDetails,
Implementation
ListPatchJobInstanceDetailsResponse({
this.nextPageToken,
this.patchJobInstanceDetails,
});