WebPath constructor

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

Implementation

WebPath({
  this.createTime,
  this.destination,
  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,
});