Random Sampling Algorithm Response
data class RandomSamplingAlgorithmResponse(val rule: String? = null, val samplingAlgorithmType: String, val seed: Int? = null)
Defines a Sampling Algorithm that generates values randomly