status property

String? status
getter/setter pair

Indicates whether the content is considered synthetic by this source. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return values only. Represents value unknown in this version.
  • "NOT_SYNTHETIC" : The content is attested as not synthetic.
  • "IS_SYNTHETIC" : The content is attested as synthetic.

Implementation

core.String? status;