ConfigManagementGatekeeperDeploymentState.fromJson constructor
ConfigManagementGatekeeperDeploymentState.fromJson(
- Map json_
Implementation
ConfigManagementGatekeeperDeploymentState.fromJson(core.Map json_)
: this(
gatekeeperAudit: json_['gatekeeperAudit'] as core.String?,
gatekeeperControllerManagerState:
json_['gatekeeperControllerManagerState'] as core.String?,
gatekeeperMutation: json_['gatekeeperMutation'] as core.String?,
);