RBACRoleBindingLifecycleState.fromJson constructor
RBACRoleBindingLifecycleState.fromJson(
- Map json_
Implementation
RBACRoleBindingLifecycleState.fromJson(core.Map json_)
: this(
code: json_['code'] as core.String?,
);