AttachFromAvailableItemImageRequest

Properties

Name Type Description Notes
available_image_id string   [default to undefined]
alt_text string   [optional] [default to undefined]

Example

import { AttachFromAvailableItemImageRequest } from './api';

const instance: AttachFromAvailableItemImageRequest = {
    available_image_id,
    alt_text,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.