NetworkPath constructor

NetworkPath({
  1. String? createTime,
  2. String? destination,
  3. GeoLocation? destinationGeoLocation,
  4. String? destinationMonitoringPointId,
  5. String? displayName,
  6. bool? dualEnded,
  7. bool? monitoringEnabled,
  8. String? monitoringPolicyDisplayName,
  9. String? monitoringPolicyId,
  10. String? monitoringStatus,
  11. String? name,
  12. String? networkProtocol,
  13. List<ProviderTag>? providerTags,
  14. String? providerUiUri,
  15. String? sourceMonitoringPointId,
  16. String? updateTime,
})

Implementation

NetworkPath({
  this.createTime,
  this.destination,
  this.destinationGeoLocation,
  this.destinationMonitoringPointId,
  this.displayName,
  this.dualEnded,
  this.monitoringEnabled,
  this.monitoringPolicyDisplayName,
  this.monitoringPolicyId,
  this.monitoringStatus,
  this.name,
  this.networkProtocol,
  this.providerTags,
  this.providerUiUri,
  this.sourceMonitoringPointId,
  this.updateTime,
});