SecurityPosture constructor

SecurityPosture({
  1. String? changedPolicy,
  2. String? name,
  3. String? postureDeployment,
  4. String? postureDeploymentResource,
  5. String? revisionId,
})

Implementation

SecurityPosture({
  this.changedPolicy,
  this.name,
  this.postureDeployment,
  this.postureDeploymentResource,
  this.revisionId,
});