| Name | Type | Description | Notes |
|---|---|---|---|
| class_id | String | The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. | [default to 'license.SmartlicenseToken'] |
| object_type | String | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to 'license.SmartlicenseToken'] |
| token | String | Smart license registration token. | [optional] |
| account_license_data | LicenseAccountLicenseDataRelationship | [optional] |
require 'intersight_client'
instance = IntersightClient::LicenseSmartlicenseToken.new(
class_id: null,
object_type: null,
token: null,
account_license_data: null
)