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