ApplianceCluster.fromJson constructor
      
      ApplianceCluster.fromJson(
    
    
- Map json_
 
Implementation
ApplianceCluster.fromJson(core.Map json_)
  : this(resourceLink: json_['resourceLink'] as core.String?);
ApplianceCluster.fromJson(core.Map json_)
  : this(resourceLink: json_['resourceLink'] as core.String?);