ConnectivityTest constructor

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

Implementation

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