A set of assets or features associated with a model that may be unlocked.
- type ModelBundle implements Lockable {
- : ID!
- # Information about whether the bundle has been unlocked or may be unlocked.
- : Availability!
- # A user friendly name for the bundle.
- : String!
- # An optional description of the contents of the bundle.
- : String
- # The asset(s) unlocked by this
- # bundle if there are any.
- : [Asset!]
- # The options which may be used in conjunction with
- # unlocking this object.
- : BundleOptions
- # If the bundle has been unlocked this will return any processing information
- # related to that bundle.
- : BundleProcessingInformation
- }