Endpoint constructor

Endpoint({
  1. String? createTime,
  2. String? description,
  3. String? endpointForwardingRule,
  4. String? endpointIp,
  5. Map<String, String>? labels,
  6. String? name,
  7. String? network,
  8. bool? satisfiesPzi,
  9. bool? satisfiesPzs,
  10. String? severity,
  11. String? state,
  12. List<String>? threatExceptions,
  13. bool? trafficLogs,
  14. String? updateTime,
})

Implementation

Endpoint({
  this.createTime,
  this.description,
  this.endpointForwardingRule,
  this.endpointIp,
  this.labels,
  this.name,
  this.network,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.severity,
  this.state,
  this.threatExceptions,
  this.trafficLogs,
  this.updateTime,
});