UpdatePartnerRequest

Properties

Name Type Description Notes
id string   [optional] [default to undefined]
internal_name string   [default to undefined]
backward_compatibility string   [optional] [default to undefined]
type string   [default to undefined]
country_id string   [optional] [default to undefined]
latitude number GPS Location [optional] [default to undefined]
longitude number   [optional] [default to undefined]
map_zoom number   [optional] [default to undefined]
project_id string Relationships [optional] [default to undefined]
monument_item_id string   [optional] [default to undefined]
visible boolean Visibility [optional] [default to undefined]

Example

import { UpdatePartnerRequest } from './api';

const instance: UpdatePartnerRequest = {
    id,
    internal_name,
    backward_compatibility,
    type,
    country_id,
    latitude,
    longitude,
    map_zoom,
    project_id,
    monument_item_id,
    visible,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.