Skip to content

Commit 67a3425

Browse files
chore: generate code
1 parent cca0655 commit 67a3425

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/Types/Reader.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ class Reader
5050
*/
5151
public ?array $metadata = null;
5252

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+
5362
/**
5463
* The timestamp of when the reader was created.
5564
*

0 commit comments

Comments
 (0)