NetworkPath constructor
NetworkPath({
- String? createTime,
- String? destination,
- GeoLocation? destinationGeoLocation,
- String? displayName,
- bool? dualEnded,
- bool? monitoringEnabled,
- String? monitoringPolicyDisplayName,
- String? monitoringPolicyId,
- String? monitoringStatus,
- String? name,
- String? networkProtocol,
- List<
ProviderTag> ? providerTags, - String? providerUiUri,
- String? sourceMonitoringPointId,
- 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,
});