INPUT_OBJECT
Input for NAS Cloud Direct restore path pair.
input NascdRestorePathPairInput {# Path to be restored from. Must be non-empty.srcPath: String!# Path to restore to. Empty path to indicate overwrite.dstPath: String!}