INPUT_OBJECT
Contains the cluster UUID and Oracle database ID.
input ClusterUuidWithDbIdInput {# Required. Specifies UUID used to identify the cluster that the request goes to.clusterUuid: UUID!# ID of the Oracle database.dbId: String!}