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\".
- 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\".
- DateTime :
- # Required. ID assigned to an Oracle database object.
- String! :
- }