RBACRoleBindingActuationRBACRoleBindingState.fromJson constructor
RBACRoleBindingActuationRBACRoleBindingState.fromJson(
- 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?,
);