GkeCluster.fromJson constructor

GkeCluster.fromJson(
  1. Map json_
)

Implementation

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