SamplingRule constructor
SamplingRule({
- required double fixedRate,
- required String hTTPMethod,
- required String host,
- required int priority,
- required int reservoirSize,
- required String resourceARN,
- required String serviceName,
- required String serviceType,
- required String uRLPath,
- required int version,
- Map<
String, String> ? attributes, - String? ruleARN,
- String? ruleName,
Implementation
SamplingRule({
required this.fixedRate,
required this.hTTPMethod,
required this.host,
required this.priority,
required this.reservoirSize,
required this.resourceARN,
required this.serviceName,
required this.serviceType,
required this.uRLPath,
required this.version,
this.attributes,
this.ruleARN,
this.ruleName,
});