GkeService.fromJson constructor

GkeService.fromJson(
  1. Map json_
)

Implementation

GkeService.fromJson(core.Map json_)
  : this(
      clusterName: json_['clusterName'] as core.String?,
      location: json_['location'] as core.String?,
      namespaceName: json_['namespaceName'] as core.String?,
      projectId: json_['projectId'] as core.String?,
      serviceName: json_['serviceName'] as core.String?,
    );