Common Response for clone operation

interface CloneOperationCommonResponse {
    cloneStatistics?: CloneStatistics;
    completionDate?: Date;
    creationDate?: Date;
    links?: any;
    message?: string;
    opId: number;
    state?: CloneOperationState;
}

Properties

cloneStatistics?: CloneStatistics

Various statistics related to the clone operation

completionDate?: Date

Completion data of the operation

creationDate?: Date

Creation data of the operation

links?: any

Reference links

message?: string

Message related to the job

opId: number

Clone operation Id

Clone operation state