INPUT_OBJECT
Input for retrieving details about an Oracle-related async request.
input GetOracleAsyncRequestStatusInput {# Required. UUID used to identify the cluster the request goes to.clusterUuid: String!# Required. ID of the async request job.id: String!}