Record
image
No description available.
record image {
added-date: option<string>,
affiliate-url: option<string>,
aspect: option<f64>,
assets: option<image-assets>,
categories: option<list<category>>,
contributor: contributor,
description: option<string>,
has-model-release: option<bool>,
has-property-release: option<bool>,
id: string,
image-type: option<string>,
insights: option<image-insights>,
is-adult: option<bool>,
is-editorial: option<bool>,
is-illustration: option<bool>,
keywords: option<list<string>>,
media-type: string,
model-releases: option<list<model-release>>,
models: option<list<model>>,
releases: option<list<string>>,
url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| added-date | option<string> | |
| affiliate-url | option<string> | |
| aspect | option<f64> | |
| assets | option<image-assets> | |
| categories | option<list<category>> | |
| contributor | contributor | |
| description | option<string> | |
| has-model-release | option<bool> | |
| has-property-release | option<bool> | |
| id | string | |
| image-type | option<string> | |
| insights | option<image-insights> | |
| is-adult | option<bool> | |
| is-editorial | option<bool> | |
| is-illustration | option<bool> | |
| keywords | option<list<string>> | |
| media-type | string | |
| model-releases | option<list<model-release>> | |
| models | option<list<model>> | |
| releases | option<list<string>> | |
| url | option<string> |