PartnerResource
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The unique identifier (GUID) | [default to undefined] |
| internal_name | string | A name for this resource, for internal use only. | [default to undefined] |
| backward_compatibility | string | The Id(s) of matching resource in the legacy system (if any). | [default to undefined] |
| type | string | The type of the partner, either \'museum\', \'institution\' or \'individual\'. | [default to undefined] |
| country | CountryResource | The country this partner is associated with, nullable (CountryResource) | [optional] [default to undefined] |
| latitude | string | GPS Location | [default to undefined] |
| longitude | string | [default to undefined] | |
| map_zoom | number | [default to undefined] | |
| project | ProjectResource | Relationships | [optional] [default to undefined] |
| monument_item | ItemResource | [optional] [default to undefined] | |
| translations | Array<PartnerTranslationResource> | [optional] [default to undefined] | |
| images | Array<PartnerImageResource> | [optional] [default to undefined] | |
| collections | Array<CollectionResource> | [optional] [default to undefined] | |
| visible | boolean | Visibility | [default to undefined] |
| created_at | string | The date of creation of the resource (managed by the system) | [default to undefined] |
| updated_at | string | The date of last modification of the resource (managed by the system) | [default to undefined] |
Example
import { PartnerResource } from './api';
const instance: PartnerResource = {
id,
internal_name,
backward_compatibility,
type,
country,
latitude,
longitude,
map_zoom,
project,
monument_item,
translations,
images,
collections,
visible,
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.