toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final autoscaling = this.autoscaling;
  final clusterId = this.clusterId;
  final name = this.name;
  final nodePoolId = this.nodePoolId;
  final projectId = this.projectId;
  final zone = this.zone;
  return {
    'autoscaling': ?autoscaling,
    'clusterId': ?clusterId,
    'name': ?name,
    'nodePoolId': ?nodePoolId,
    'projectId': ?projectId,
    'zone': ?zone,
  };
}