MultiCloudCluster.fromJson constructor

MultiCloudCluster.fromJson(
  1. Map json_
)

Implementation

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