StoreCollectionImageRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
path | string | [default to undefined] | |
original_name | string | [default to undefined] | |
mime_type | string | [default to undefined] | |
size | number | [default to undefined] | |
alt_text | string | [optional] [default to undefined] | |
display_order | number | [optional] [default to undefined] |
Example
import { StoreCollectionImageRequest } from './api';
const instance: StoreCollectionImageRequest = {
path,
original_name,
mime_type,
size,
alt_text,
display_order,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.