Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.28 KB

AccountPlanBaseRequired.md

File metadata and controls

11 lines (8 loc) · 1.28 KB

# AccountPlanBaseRequired

Properties

Name Type Description Notes
hosts int The account plan's number of hosts: * For a Pro plan, provide a value between `1` and `9`. * For a Business Plan, provide a value between `10` and `49`. * For a Education Plan, provide a value between `20` and `149`. * For a Free Trial Plan, provide a value between `1` and `9999`. You must provide at least one positive integer value for the this field or the `increasing_hosts` field. [optional]
increasing_hosts int An optional number of additional hosts to add to the account's Base plan. For example, a `1` value will add one additional host to the existing `20` hosts, for a total of `21` hosts. You must provide at least one positive integer value for this field or the `hosts` field. [optional]
type string The account's Base plan type.

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