WebPath class

Message describing WebPath resource.

Constructors

WebPath.new({String? createTime, String? destination, String? displayName, String? interval, bool? monitoringEnabled, String? monitoringPolicyDisplayName, String? monitoringPolicyId, String? monitoringStatus, String? name, List<ProviderTag>? providerTags, String? providerUiUri, String? relatedNetworkPathId, String? sourceMonitoringPointId, String? updateTime, String? workflowType})
WebPath.fromJson(Map json_)

Properties

createTime String?
The time the WebPath was created.
getter/setter pair
destination String?
Web monitoring target.
getter/setter pair
displayName String?
Display name of the WebPath.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
interval String?
Monitoring interval.
getter/setter pair
monitoringEnabled bool?
Is monitoring enabled for the WebPath.
getter/setter pair
monitoringPolicyDisplayName String?
Display name of the monitoring policy.
getter/setter pair
monitoringPolicyId String?
ID of the monitoring policy.
getter/setter pair
monitoringStatus String?
The monitoring status of the WebPath.
getter/setter pair
name String?
Identifier.
getter/setter pair
providerTags List<ProviderTag>?
The provider tags of the web path.
getter/setter pair
providerUiUri String?
Link to provider's UI; link shows the WebPath.
getter/setter pair
relatedNetworkPathId String?
Provider's UUID of the related NetworkPath.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceMonitoringPointId String?
ID of the source MonitoringPoint.
getter/setter pair
updateTime String?
The time the WebPath was updated.
getter/setter pair
workflowType String?
The workflow type of the WebPath.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited