INPUT_OBJECT

UpdatedUnmountTimeInput

Description

Input for the updated unmount time of a Live Mount.

link GraphQL Schema definition

  • input UpdatedUnmountTimeInput {
  • # Required. The absolute new unmount time.
  • newUnmountTime: Long!
  • }