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. String? severity,
  9. String? state,
  10. List<String>? threatExceptions,
  11. bool? trafficLogs,
  12. String? updateTime,
})

Implementation

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