RBACRoleBinding constructor

RBACRoleBinding({
  1. String? createTime,
  2. String? deleteTime,
  3. String? group,
  4. Map<String, String>? labels,
  5. String? name,
  6. Role? role,
  7. RBACRoleBindingLifecycleState? state,
  8. String? uid,
  9. String? updateTime,
  10. String? user,
})

Implementation

RBACRoleBinding({
  this.createTime,
  this.deleteTime,
  this.group,
  this.labels,
  this.name,
  this.role,
  this.state,
  this.uid,
  this.updateTime,
  this.user,
});