toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (airflowByoidUri != null) 'airflowByoidUri': airflowByoidUri!,
  if (airflowUri != null) 'airflowUri': airflowUri!,
  if (dagGcsPrefix != null) 'dagGcsPrefix': dagGcsPrefix!,
  if (dataRetentionConfig != null)
    'dataRetentionConfig': dataRetentionConfig!,
  if (databaseConfig != null) 'databaseConfig': databaseConfig!,
  if (encryptionConfig != null) 'encryptionConfig': encryptionConfig!,
  if (environmentSize != null) 'environmentSize': environmentSize!,
  if (gkeCluster != null) 'gkeCluster': gkeCluster!,
  if (maintenanceWindow != null) 'maintenanceWindow': maintenanceWindow!,
  if (masterAuthorizedNetworksConfig != null)
    'masterAuthorizedNetworksConfig': masterAuthorizedNetworksConfig!,
  if (nodeConfig != null) 'nodeConfig': nodeConfig!,
  if (nodeCount != null) 'nodeCount': nodeCount!,
  if (privateEnvironmentConfig != null)
    'privateEnvironmentConfig': privateEnvironmentConfig!,
  if (recoveryConfig != null) 'recoveryConfig': recoveryConfig!,
  if (resilienceMode != null) 'resilienceMode': resilienceMode!,
  if (softwareConfig != null) 'softwareConfig': softwareConfig!,
  if (webServerConfig != null) 'webServerConfig': webServerConfig!,
  if (webServerNetworkAccessControl != null)
    'webServerNetworkAccessControl': webServerNetworkAccessControl!,
  if (workloadsConfig != null) 'workloadsConfig': workloadsConfig!,
};