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