Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 445 Bytes

SubAccountDetailsResponsePlanInfoFeaturesInbox.md

File metadata and controls

20 lines (14 loc) · 445 Bytes

Brevo::SubAccountDetailsResponsePlanInfoFeaturesInbox

Properties

Name Type Description Notes
quantity Integer Quantity of inbox provided [optional]
remaining Integer Available inboxes for use [optional]

Example

require 'brevo'

instance = Brevo::SubAccountDetailsResponsePlanInfoFeaturesInbox.new(
  quantity: null,
  remaining: null
)