summaryrefslogtreecommitdiffstats
path: root/src/Objects/SimClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Objects/SimClient.php')
-rw-r--r--src/Objects/SimClient.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Objects/SimClient.php b/src/Objects/SimClient.php
new file mode 100644
index 0000000..5c80e3d
--- /dev/null
+++ b/src/Objects/SimClient.php
@@ -0,0 +1,11 @@
+<?php
+namespace BjoernrDe\SSLLabsApi\Objects;
+
+class SimClient
+{
+ private $id;
+ private $name;
+ private $platform;
+ private $version;
+ private $isReference;
+} \ No newline at end of file