ListPatchDeploymentsResponse constructor

ListPatchDeploymentsResponse({
  1. String? nextPageToken,
  2. List<PatchDeployment>? patchDeployments,
})

Implementation

ListPatchDeploymentsResponse({this.nextPageToken, this.patchDeployments});