new module:model/JobThumbnailOutputPayloadAdvanced(theData, obj)
Constructs a new JobThumbnailOutputPayloadAdvanced.
Advanced options for `thumbnail` type.
Parameters:
| Name | Type | Description |
|---|---|---|
theData |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/JobThumbnailOutputPayloadAdvanced | Optional instance to populate. |
Members
(static) constructFromObject
Constructs a JobThumbnailOutputPayloadAdvanced from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.
(inner) height :Integer
Set the height. Possible values are 100, 200 and 400.
Type:
- Integer
(inner) width :Integer
Set the width. Possible values are 100, 200 and 400.
Type:
- Integer