toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (bigqueryProfile != null) 'bigqueryProfile': bigqueryProfile!,
  if (createTime != null) 'createTime': createTime!,
  if (displayName != null) 'displayName': displayName!,
  if (forwardSshConnectivity != null)
    'forwardSshConnectivity': forwardSshConnectivity!,
  if (gcsProfile != null) 'gcsProfile': gcsProfile!,
  if (labels != null) 'labels': labels!,
  if (mongodbProfile != null) 'mongodbProfile': mongodbProfile!,
  if (mysqlProfile != null) 'mysqlProfile': mysqlProfile!,
  if (name != null) 'name': name!,
  if (oracleProfile != null) 'oracleProfile': oracleProfile!,
  if (postgresqlProfile != null) 'postgresqlProfile': postgresqlProfile!,
  if (privateConnectivity != null)
    'privateConnectivity': privateConnectivity!,
  if (salesforceProfile != null) 'salesforceProfile': salesforceProfile!,
  if (satisfiesPzi != null) 'satisfiesPzi': satisfiesPzi!,
  if (satisfiesPzs != null) 'satisfiesPzs': satisfiesPzs!,
  if (sqlServerProfile != null) 'sqlServerProfile': sqlServerProfile!,
  if (staticServiceIpConnectivity != null)
    'staticServiceIpConnectivity': staticServiceIpConnectivity!,
  if (updateTime != null) 'updateTime': updateTime!,
};