GalleryResource

Properties

Name Type Description Notes
id string   [default to undefined]
internal_name string   [default to undefined]
backward_compatibility string   [default to undefined]
created_at string   [default to undefined]
updated_at string   [default to undefined]
translations Array<GalleryTranslationResource> Relationships [optional] [default to undefined]
partners Array<PartnerResource>   [optional] [default to undefined]
items Array<ItemResource>   [optional] [default to undefined]
details Array<DetailResource>   [optional] [default to undefined]
items_count string Computed attributes [optional] [default to undefined]
details_count string   [optional] [default to undefined]
total_content_count string   [optional] [default to undefined]
partners_count string   [optional] [default to undefined]
translations_count string   [optional] [default to undefined]

Example

import { GalleryResource } from './api';

const instance: GalleryResource = {
    id,
    internal_name,
    backward_compatibility,
    created_at,
    updated_at,
    translations,
    partners,
    items,
    details,
    items_count,
    details_count,
    total_content_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.