WebPath constructor

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

Implementation

WebPath({
  this.createTime,
  this.destination,
  this.destinationGeoLocation,
  this.displayName,
  this.interval,
  this.monitoringEnabled,
  this.monitoringPolicyDisplayName,
  this.monitoringPolicyId,
  this.monitoringStatus,
  this.name,
  this.providerTags,
  this.providerUiUri,
  this.relatedNetworkPathId,
  this.sourceMonitoringPointId,
  this.updateTime,
  this.workflowType,
});