archiveStatus property

String? archiveStatus
getter/setter pair

Archive status of this dynamic profile.

Optional. Possible string values are:

  • "ARCHIVE_STATUS_UNKNOWN" : The dynamic profile archive status is unknown. This value is unused.
  • "UNARCHIVED" : The dynamic profile archive status is unarchived.
  • "ARCHIVED" : The dynamic profile archive status is archived.

Implementation

core.String? archiveStatus;