Endpoint constructor

Endpoint({
  1. Map<String, Map<String, Object?>>? attributes,
  2. String? createTime,
  3. String? description,
  4. String? displayName,
  5. String? endpointId,
  6. List<Interface>? interfaces,
  7. String? name,
  8. String? updateTime,
})

Implementation

Endpoint({
  this.attributes,
  this.createTime,
  this.description,
  this.displayName,
  this.endpointId,
  this.interfaces,
  this.name,
  this.updateTime,
});