WebPath constructor
WebPath({
- String? createTime,
- String? destination,
- String? displayName,
- String? interval,
- bool? monitoringEnabled,
- String? monitoringPolicyDisplayName,
- String? monitoringPolicyId,
- String? monitoringStatus,
- String? name,
- List<
ProviderTag> ? providerTags, - String? providerUiUri,
- String? sourceMonitoringPointId,
- String? updateTime,
- 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,
});