dataProfileJob property

  1. @Deprecated('Not supported. Member documentation may have more information.')
GooglePrivacyDlpV2DataProfileJobConfig? dataProfileJob
getter/setter pair

A copy of the configuration used to generate this profile.

This is deprecated, and the DiscoveryConfig field is preferred moving forward. DataProfileJobConfig will still be written here for Discovery in BigQuery for backwards compatibility, but will not be updated with new fields, while DiscoveryConfig will.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
GooglePrivacyDlpV2DataProfileJobConfig? dataProfileJob;