INPUT_OBJECT

HoldConfig

Description

Contains configuration of the legal hold to be placed.

link GraphQL Schema definition

  • input HoldConfig {
  • # Specifies whether a snapshot is to be held in place.
  • shouldHoldInPlace: Boolean
  • }