toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (column != null) 'column': column!,
      if (columnInfoType != null) 'columnInfoType': columnInfoType!,
      if (columnType != null) 'columnType': columnType!,
      if (dataRiskLevel != null) 'dataRiskLevel': dataRiskLevel!,
      if (datasetId != null) 'datasetId': datasetId!,
      if (datasetLocation != null) 'datasetLocation': datasetLocation!,
      if (datasetProjectId != null) 'datasetProjectId': datasetProjectId!,
      if (estimatedNullPercentage != null)
        'estimatedNullPercentage': estimatedNullPercentage!,
      if (estimatedUniquenessScore != null)
        'estimatedUniquenessScore': estimatedUniquenessScore!,
      if (freeTextScore != null) 'freeTextScore': freeTextScore!,
      if (name != null) 'name': name!,
      if (otherMatches != null) 'otherMatches': otherMatches!,
      if (policyState != null) 'policyState': policyState!,
      if (profileLastGenerated != null)
        'profileLastGenerated': profileLastGenerated!,
      if (profileStatus != null) 'profileStatus': profileStatus!,
      if (sensitivityScore != null) 'sensitivityScore': sensitivityScore!,
      if (state != null) 'state': state!,
      if (tableDataProfile != null) 'tableDataProfile': tableDataProfile!,
      if (tableFullResource != null) 'tableFullResource': tableFullResource!,
      if (tableId != null) 'tableId': tableId!,
    };