toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final clusterName = this.clusterName;
  final location = this.location;
  final namespaceName = this.namespaceName;
  final projectId = this.projectId;
  final serviceName = this.serviceName;
  return {
    'clusterName': ?clusterName,
    'location': ?location,
    'namespaceName': ?namespaceName,
    'projectId': ?projectId,
    'serviceName': ?serviceName,
  };
}