SamplingRuleUpdate constructor

SamplingRuleUpdate({
  1. Map<String, String>? attributes,
  2. double? fixedRate,
  3. String? hTTPMethod,
  4. String? host,
  5. int? priority,
  6. int? reservoirSize,
  7. String? resourceARN,
  8. String? ruleARN,
  9. String? ruleName,
  10. String? serviceName,
  11. String? serviceType,
  12. String? uRLPath,
})

Implementation

SamplingRuleUpdate({
  this.attributes,
  this.fixedRate,
  this.hTTPMethod,
  this.host,
  this.priority,
  this.reservoirSize,
  this.resourceARN,
  this.ruleARN,
  this.ruleName,
  this.serviceName,
  this.serviceType,
  this.uRLPath,
});