AttachFromAvailablePartnerImageRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| available_image_id | string | [default to undefined] | |
| alt_text | string | [optional] [default to undefined] | |
| include | string | Comma-separated list of related resources to include. Valid values: `partner`. | [optional] [default to undefined] |
Example
import { AttachFromAvailablePartnerImageRequest } from './api';
const instance: AttachFromAvailablePartnerImageRequest = {
available_image_id,
alt_text,
include,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.