INPUT_OBJECT

GetMissedOracleDbSnapshotsInput

link GraphQL Schema definition

  • input GetMissedOracleDbSnapshotsInput {
  • # Filter the matches in the response to include only the snapshots taken on or
  • # after the time specified by a date-time string. The date-time string should be
  • # in ISO8601 format, such as \"2016-01-01T01:23:45.678\".
  • afterTime: DateTime
  • # Filter the matches in the response to include only the snapshots taken on or
  • # after the time specified by a date-time string. The date-time string should be
  • # in ISO8601 format, such as \"2016-01-01T01:23:45.678\".
  • beforeTime: DateTime
  • # Required. ID assigned to an Oracle database object.
  • id: String!
  • }

link Require by