AclPolicy constructor

AclPolicy({
  1. List<ClusterAclPolicyAttachment>? clusterAclPolicyAttachments,
  2. String? createTime,
  3. String? etag,
  4. String? name,
  5. List<AclRule>? rules,
  6. String? state,
  7. String? updateTime,
  8. String? version,
})

Implementation

AclPolicy({
  this.clusterAclPolicyAttachments,
  this.createTime,
  this.etag,
  this.name,
  this.rules,
  this.state,
  this.updateTime,
  this.version,
});