ConnectivityTest constructor

ConnectivityTest({
  1. String? createTime,
  2. String? description,
  3. Endpoint? destination,
  4. String? displayName,
  5. Map<String, String>? labels,
  6. String? name,
  7. ProbingDetails? probingDetails,
  8. String? protocol,
  9. ReachabilityDetails? reachabilityDetails,
  10. List<String>? relatedProjects,
  11. Endpoint? source,
  12. String? updateTime,
})

Implementation

ConnectivityTest({
  this.createTime,
  this.description,
  this.destination,
  this.displayName,
  this.labels,
  this.name,
  this.probingDetails,
  this.protocol,
  this.reachabilityDetails,
  this.relatedProjects,
  this.source,
  this.updateTime,
});