toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final cluster = this.cluster;
final clusterHash = this.clusterHash;
final kubernetesMetricsPrefix = this.kubernetesMetricsPrefix;
final location = this.location;
final projectId = this.projectId;
return {
'cluster': ?cluster,
'clusterHash': ?clusterHash,
'kubernetesMetricsPrefix': ?kubernetesMetricsPrefix,
'location': ?location,
'projectId': ?projectId,
};
}