UpdateAvailableImageRequest

Properties

Name Type Description Notes
id string   [optional] [default to undefined]
path string   [optional] [default to undefined]
comment string   [optional] [default to undefined]

Example

import { UpdateAvailableImageRequest } from './api';

const instance: UpdateAvailableImageRequest = {
    id,
    path,
    comment,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.