ListPatchDeploymentsResponse constructor
ListPatchDeploymentsResponse({
- String? nextPageToken,
- List<
PatchDeployment> ? patchDeployments,
Implementation
ListPatchDeploymentsResponse({
this.nextPageToken,
this.patchDeployments,
});