OnPremCluster.fromJson constructor

OnPremCluster.fromJson(
  1. Map json_
)

Implementation

OnPremCluster.fromJson(core.Map json_)
  : this(
      adminCluster: json_['adminCluster'] as core.bool?,
      clusterMissing: json_['clusterMissing'] as core.bool?,
      clusterType: json_['clusterType'] as core.String?,
      resourceLink: json_['resourceLink'] as core.String?,
    );