Resource: Tester
A person that can be invited to test apps in a Firebase project.
JSON representation |
---|
{ "name": string, "displayName": string, "groups": [ string ], "lastActivityTime": string } |
Fields | |
---|---|
name |
The name of the tester resource. Format: |
displayName |
The name of the tester associated with the Google account used to accept the tester invitation. |
groups[] |
The resource names of the groups this tester belongs to. |
lastActivityTime |
Output only. The time the tester was last active. This is the most recent time the tester installed one of the apps. If they've never installed one or if the release no longer exists, this is the time the tester was added to the project. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Methods |
|
---|---|
|
Batch adds testers. |
|
Batch removes testers. |
|
Lists testers and their resource ids. |
|
Update a tester. |