ActivityEventsSensitiveParameters constructor

ActivityEventsSensitiveParameters({
  1. bool? boolValue,
  2. String? intValue,
  3. ActivityEventsSensitiveParametersMessageValue? messageValue,
  4. List<String>? multiIntValue,
  5. List<ActivityEventsSensitiveParametersMultiMessageValue>? multiMessageValue,
  6. List<String>? multiValue,
  7. String? name,
  8. String? value,
})

Implementation

ActivityEventsSensitiveParameters({
  this.boolValue,
  this.intValue,
  this.messageValue,
  this.multiIntValue,
  this.multiMessageValue,
  this.multiValue,
  this.name,
  this.value,
});