dundas.account.TenantSeatAllocation Class

 

Inheritance Hierarchy

 
Class
   dundas.account.TenantSeatAllocation
 

Constructors

 
  Name Description
init Initializes the TenantSeatAllocation. Called during construction.
 
 

Properties

 
  Name Description
floatingDeveloperAllocation Gets or sets the floating developer allocation for the tenant.
floatingPowerUserAllocation Gets or sets the floating Power User allocation for the tenant.
floatingStandardUserAllocation Gets or sets the floating Standard User allocation for the tenant.
reservedDeveloperAllocation Gets or sets the reserved developer allocation for the tenant.
reservedPowerUserAllocation Gets or sets the reserved Power User allocation for the tenant.
reservedStandardUserAllocation Gets or sets the reserved Standard User allocation for the tenant.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.