INPUT_OBJECT
UpdateOracleDataGuardGroupInput
link GraphQL Schema definition
- input UpdateOracleDataGuardGroupInput {
- # Required. ID assigned to an Oracle Data Guard group object.
- : String!
- # Required. Properties to use for the update of an Oracle Data Guard group object.
- : OracleDataGuardGroupUpdateInput!
- }