ListPostureDeploymentsResponse constructor

ListPostureDeploymentsResponse({
  1. String? nextPageToken,
  2. List<PostureDeployment>? postureDeployments,
  3. List<String>? unreachable,
})

Implementation

ListPostureDeploymentsResponse({
  this.nextPageToken,
  this.postureDeployments,
  this.unreachable,
});