toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (configSnapshot != null) 'configSnapshot': configSnapshot!,
  if (createTime != null) 'createTime': createTime!,
  if (dataRiskLevel != null) 'dataRiskLevel': dataRiskLevel!,
  if (dataSourceType != null) 'dataSourceType': dataSourceType!,
  if (datasetId != null) 'datasetId': datasetId!,
  if (datasetLocation != null) 'datasetLocation': datasetLocation!,
  if (datasetProjectId != null) 'datasetProjectId': datasetProjectId!,
  if (domains != null) 'domains': domains!,
  if (encryptionStatus != null) 'encryptionStatus': encryptionStatus!,
  if (expirationTime != null) 'expirationTime': expirationTime!,
  if (failedColumnCount != null) 'failedColumnCount': failedColumnCount!,
  if (fullResource != null) 'fullResource': fullResource!,
  if (lastModifiedTime != null) 'lastModifiedTime': lastModifiedTime!,
  if (name != null) 'name': name!,
  if (otherInfoTypes != null) 'otherInfoTypes': otherInfoTypes!,
  if (predictedInfoTypes != null) 'predictedInfoTypes': predictedInfoTypes!,
  if (profileLastGenerated != null)
    'profileLastGenerated': profileLastGenerated!,
  if (profileStatus != null) 'profileStatus': profileStatus!,
  if (projectDataProfile != null) 'projectDataProfile': projectDataProfile!,
  if (relatedResources != null) 'relatedResources': relatedResources!,
  if (resourceLabels != null) 'resourceLabels': resourceLabels!,
  if (resourceVisibility != null) 'resourceVisibility': resourceVisibility!,
  if (rowCount != null) 'rowCount': rowCount!,
  if (sampleFindingsTable != null)
    'sampleFindingsTable': sampleFindingsTable!,
  if (scannedColumnCount != null) 'scannedColumnCount': scannedColumnCount!,
  if (sensitivityScore != null) 'sensitivityScore': sensitivityScore!,
  if (state != null) 'state': state!,
  if (tableId != null) 'tableId': tableId!,
  if (tableSizeBytes != null) 'tableSizeBytes': tableSizeBytes!,
  if (tags != null) 'tags': tags!,
};