RayClusterMonitoringConfig.fromJson constructor
      
      RayClusterMonitoringConfig.fromJson(
    
    
- Map json_
Implementation
RayClusterMonitoringConfig.fromJson(core.Map json_)
  : this(enabled: json_['enabled'] as core.bool?);