Supported 'with' hints: - 'Resource': the resource this license is for, if content_type = 'resource' - 'Buyer': the buyer this license is for
| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| contentId | Integer | ||
| buyerId | Integer | [optional] | |
| permanent | Boolean | Whether or not this license is permanent. | [optional] |
| active | Boolean | Only respected when permanent = `true`. | [optional] |
| startDate | Integer | Only respected when permanent = `false`. | [optional] |
| endDate | Integer | Only respected when permanent = `false`. | [optional] |
| resource | Resource | [optional] | |
| buyer | Member | [optional] |