NetworkPath constructor

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

Implementation

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