PostureTemplate constructor

PostureTemplate({
  1. List<String>? categories,
  2. String? description,
  3. String? name,
  4. List<PolicySet>? policySets,
  5. String? revisionId,
  6. String? state,
})

Implementation

PostureTemplate({
  this.categories,
  this.description,
  this.name,
  this.policySets,
  this.revisionId,
  this.state,
});