ListPostureDeploymentsResponse constructor
ListPostureDeploymentsResponse({
- String? nextPageToken,
- List<
PostureDeployment> ? postureDeployments, - List<
String> ? unreachable,
Implementation
ListPostureDeploymentsResponse({
this.nextPageToken,
this.postureDeployments,
this.unreachable,
});