PartnerImageResource
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The unique identifier (GUID) | [default to undefined] |
| partner_id | string | Foreign key | [default to undefined] |
| path | string | Image information | [default to undefined] |
| original_name | string | [default to undefined] | |
| mime_type | string | [default to undefined] | |
| size | number | [default to undefined] | |
| alt_text | string | [default to undefined] | |
| display_order | number | [default to undefined] | |
| partner | PartnerResource | Relationships | [optional] [default to undefined] |
| created_at | string | Timestamps | [default to undefined] |
| updated_at | string | [default to undefined] |
Example
import { PartnerImageResource } from './api';
const instance: PartnerImageResource = {
id,
partner_id,
path,
original_name,
mime_type,
size,
alt_text,
display_order,
partner,
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.