UpdateItemItemLinkRequest

Properties

Name Type Description Notes
id string   [optional] [default to undefined]
source_id string   [default to undefined]
target_id string   [default to undefined]
context_id string   [default to undefined]
created_at string   [optional] [default to undefined]
updated_at string   [optional] [default to undefined]

Example

import { UpdateItemItemLinkRequest } from './api';

const instance: UpdateItemItemLinkRequest = {
    id,
    source_id,
    target_id,
    context_id,
    created_at,
    updated_at,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.