Interface FileOperation

interface FileOperation {
    body?: SASObjectAttachedFile;
    id?: string;
    method: FileOperationMethod;
}

Properties

Properties

id?: string