PictureUpdateRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
internal_name | string | [default to undefined] | |
backward_compatibility | string | [optional] [default to undefined] | |
copyright_text | string | [optional] [default to undefined] | |
copyright_url | string | [optional] [default to undefined] |
Example
import { PictureUpdateRequest } from './api';
const instance: PictureUpdateRequest = {
internal_name,
backward_compatibility,
copyright_text,
copyright_url,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.