toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final annotations = this.annotations;
  final conditions = this.conditions;
  final controlPlaneIp = this.controlPlaneIp;
  final createTime = this.createTime;
  final degraded = this.degraded;
  final deleteTime = this.deleteTime;
  final displayName = this.displayName;
  final domainConfig = this.domainConfig;
  final etag = this.etag;
  final gatewayConfig = this.gatewayConfig;
  final labels = this.labels;
  final name = this.name;
  final network = this.network;
  final privateClusterConfig = this.privateClusterConfig;
  final reconciling = this.reconciling;
  final subnetwork = this.subnetwork;
  final tags = this.tags;
  final uid = this.uid;
  final updateTime = this.updateTime;
  return {
    'annotations': ?annotations,
    'conditions': ?conditions,
    'controlPlaneIp': ?controlPlaneIp,
    'createTime': ?createTime,
    'degraded': ?degraded,
    'deleteTime': ?deleteTime,
    'displayName': ?displayName,
    'domainConfig': ?domainConfig,
    'etag': ?etag,
    'gatewayConfig': ?gatewayConfig,
    'labels': ?labels,
    'name': ?name,
    'network': ?network,
    'privateClusterConfig': ?privateClusterConfig,
    'reconciling': ?reconciling,
    'subnetwork': ?subnetwork,
    'tags': ?tags,
    'uid': ?uid,
    'updateTime': ?updateTime,
  };
}