We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca0655 commit 67a3425Copy full SHA for 67a3425
1 file changed
src/Types/Reader.php
@@ -50,6 +50,15 @@ class Reader
50
*/
51
public ?array $metadata = null;
52
53
+ /**
54
+ * Identifier of the system-managed service account associated with this reader.
55
+ * Present only for readers that are already paired.
56
+ * This field is currently in beta and may change.
57
+ *
58
+ * @var string|null
59
+ */
60
+ public ?string $serviceAccountId = null;
61
+
62
/**
63
* The timestamp of when the reader was created.
64
*
0 commit comments