RBACRoleBindingActuationRBACRoleBindingState.fromJson constructor

RBACRoleBindingActuationRBACRoleBindingState.fromJson(
  1. Map json_
)

Implementation

RBACRoleBindingActuationRBACRoleBindingState.fromJson(core.Map json_)
  : this(
      description: json_['description'] as core.String?,
      state: json_['state'] as core.String?,
      updateTime: json_['updateTime'] as core.String?,
    );