Skip to content

Latest commit

 

History

History
21 lines (9 loc) · 727 Bytes

Distribution.md

File metadata and controls

21 lines (9 loc) · 727 Bytes

LaunchDarklyApi.Distribution

Properties

Name Type Description Notes
kind String The type of distribution. [optional]
parameters {String: Number} The parameters of the distribution. The parameters are different for each distribution type. When <code>kind</code> is <code>normal</code>, the parameters of the distribution are 'mu' and 'sigma'. When <code>kind</code> is <code>beta</code>, the parameters of the distribution are 'alpha' and 'beta.' [optional]

Enum: KindEnum

  • normal (value: "normal")

  • beta (value: "beta")