toJson method

Map<String, dynamic> toJson()

Implementation

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