GetSamplingTargetsResult class

Constructors

GetSamplingTargetsResult({DateTime? lastRuleModification, List<SamplingTargetDocument>? samplingTargetDocuments, List<UnprocessedStatistics>? unprocessedStatistics})
GetSamplingTargetsResult.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lastRuleModification DateTime?
The last time a user changed the sampling rule configuration. If the sampling rule configuration changed since the service last retrieved it, the service should call GetSamplingRules to get the latest version.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samplingTargetDocuments List<SamplingTargetDocument>?
Updated rules that the service should use to sample requests.
final
unprocessedStatistics List<UnprocessedStatistics>?
Information about SamplingStatisticsDocument that X-Ray could not process.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited