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 (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 (sqlServerProfile != null) 'sqlServerProfile': sqlServerProfile!,
      if (staticServiceIpConnectivity != null)
        'staticServiceIpConnectivity': staticServiceIpConnectivity!,
      if (updateTime != null) 'updateTime': updateTime!,
    };