type property

String? type
getter/setter pair

Type of metadata containing the finding. Possible string values are:

  • "METADATATYPE_UNSPECIFIED" : Unused
  • "STORAGE_METADATA" : General file metadata provided by Cloud Storage.
  • "CONTENT_METADATA" : Metadata extracted from the files.
  • "CLIENT_PROVIDED_METADATA" : Metadata provided by the client.

Implementation

core.String? type;