toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (aggregationCa != null) 'aggregationCa': aggregationCa!,
  if (clusterCa != null) 'clusterCa': clusterCa!,
  if (controlPlaneDiskEncryptionKey != null)
    'controlPlaneDiskEncryptionKey': controlPlaneDiskEncryptionKey!,
  if (etcdApiCa != null) 'etcdApiCa': etcdApiCa!,
  if (etcdPeerCa != null) 'etcdPeerCa': etcdPeerCa!,
  if (gkeopsEtcdBackupEncryptionKey != null)
    'gkeopsEtcdBackupEncryptionKey': gkeopsEtcdBackupEncryptionKey!,
  if (serviceAccountSigningKeys != null)
    'serviceAccountSigningKeys': serviceAccountSigningKeys!,
  if (serviceAccountVerificationKeys != null)
    'serviceAccountVerificationKeys': serviceAccountVerificationKeys!,
};