CollectionResource
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | string | [default to undefined] | |
internal_name | string | [default to undefined] | |
language_id | string | [default to undefined] | |
context_id | string | [default to undefined] | |
backward_compatibility | string | [default to undefined] | |
created_at | string | [default to undefined] | |
updated_at | string | [default to undefined] | |
language | LanguageResource | Relationships | [optional] [default to undefined] |
context | ContextResource | [optional] [default to undefined] | |
translations | Array<CollectionTranslationResource> | [optional] [default to undefined] | |
partners | Array<PartnerResource> | [optional] [default to undefined] | |
items | Array<ItemResource> | [optional] [default to undefined] | |
items_count | string | Computed attributes | [optional] [default to undefined] |
partners_count | string | [optional] [default to undefined] | |
translations_count | string | [optional] [default to undefined] |
Example
import { CollectionResource } from './api';
const instance: CollectionResource = {
id,
internal_name,
language_id,
context_id,
backward_compatibility,
created_at,
updated_at,
language,
context,
translations,
partners,
items,
items_count,
partners_count,
translations_count,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.