Name | Type | Description | Notes |
---|---|---|---|
quantity | Integer | Quantity of inbox provided | [optional] |
remaining | Integer | Available inboxes for use | [optional] |
require 'brevo'
instance = Brevo::SubAccountDetailsResponsePlanInfoFeaturesInbox.new(
quantity: null,
remaining: null
)