GalleryTranslationResource
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | string | [default to undefined] | |
gallery_id | string | [default to undefined] | |
language_id | string | [default to undefined] | |
context_id | string | [default to undefined] | |
title | string | [default to undefined] | |
description | string | [default to undefined] | |
url | string | [default to undefined] | |
backward_compatibility | string | [default to undefined] | |
extra | Array<any> | [default to undefined] | |
created_at | string | [default to undefined] | |
updated_at | string | [default to undefined] | |
gallery | GalleryResource | Relationships | [optional] [default to undefined] |
language | LanguageResource | [optional] [default to undefined] | |
context | ContextResource | [optional] [default to undefined] |
Example
import { GalleryTranslationResource } from './api';
const instance: GalleryTranslationResource = {
id,
gallery_id,
language_id,
context_id,
title,
description,
url,
backward_compatibility,
extra,
created_at,
updated_at,
gallery,
language,
context,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.