dataClassification property

String? dataClassification
getter/setter pair

Stores data classification of the aspect.

Optional. Immutable. Possible string values are:

  • "DATA_CLASSIFICATION_UNSPECIFIED" : Denotes that the aspect contains only metadata.
  • "METADATA_AND_DATA" : Metadata and data classification.

Implementation

core.String? dataClassification;