Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 878 Bytes

File metadata and controls

17 lines (14 loc) · 878 Bytes

# License

Properties

Name Type Description Notes
content_type string
content_id int
buyer_id int [optional]
permanent bool Whether or not this license is permanent. [optional]
active bool Only respected when permanent = `true`. [optional]
start_date int Only respected when permanent = `false`. [optional]
end_date int Only respected when permanent = `false`. [optional]
resource \OpenAPI\Client\Model\Resource [optional]
buyer \OpenAPI\Client\Model\Member [optional]

[Back to Model list] [Back to API list] [Back to README]