Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 388 Bytes

AbTestVersionStats.md

File metadata and controls

20 lines (14 loc) · 388 Bytes

Brevo::AbTestVersionStats

Properties

Name Type Description Notes
version_a String percentage of an event for version A
version_b String percentage of an event for version B

Example

require 'brevo'

instance = Brevo::AbTestVersionStats.new(
  version_a: 50%,
  version_b: 50%
)