UpdateItemRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | string | [optional] [default to undefined] | |
internal_name | string | [optional] [default to undefined] | |
backward_compatibility | string | [optional] [default to undefined] | |
type | string | [optional] [default to undefined] | |
parent_id | string | [optional] [default to undefined] | |
country_id | string | [optional] [default to undefined] | |
partner_id | string | [optional] [default to undefined] | |
project_id | string | [optional] [default to undefined] | |
collection_id | string | [optional] [default to undefined] | |
owner_reference | string | [optional] [default to undefined] | |
mwnf_reference | string | [optional] [default to undefined] |
Example
import { UpdateItemRequest } from './api';
const instance: UpdateItemRequest = {
id,
internal_name,
backward_compatibility,
type,
parent_id,
country_id,
partner_id,
project_id,
collection_id,
owner_reference,
mwnf_reference,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.