type property

String? type
getter/setter pair

The type of restore.

Output only. Possible string values are:

  • "RESTORE_TYPE_UNSPECIFIED" : The restore type is unknown.
  • "FULL" : The service's metadata and configuration are restored.
  • "METADATA_ONLY" : Only the service's metadata is restored.

Implementation

core.String? type;