INPUT_OBJECT
OracleRecoverableRangesMinimalInput
Description
Input for oracleRecoverableRangesMinimal.
link GraphQL Schema definition
- input OracleRecoverableRangesMinimalInput {
- # Filter ranges to end after this time. The date-time string should be in ISO8601
- # format, such as \"2016-01-01T01:23:45.678Z\".
- : DateTime
- # Filter ranges to start before this time. The date-time string should be in
- # ISO8601 format, such as \"2016-01-01T01:23:45.678Z\".
- : DateTime
- # Required. ID of the Oracle database.
- : UUID!
- # Required. Whether to include database snapshot summaries in the response.
- : Boolean!
- }