REST Resource: projects.testers
Stay organized with collections
Save and categorize content based on your preferences.
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 |
string
The name of the tester resource. Format: projects/{projectNumber}/testers/{email_address}
|
displayName |
string
The name of the tester associated with the Google account used to accept the tester invitation.
|
groups[] |
string
The resource names of the groups this tester belongs to.
|
lastActivityTime |
string (Timestamp format)
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: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z" .
|
Methods |
|
Batch adds testers. |
|
Batch removes testers. |
|
Lists testers and their resource ids. |
|
Update a tester. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-30 UTC.
[null,null,["Last updated 2024-12-30 UTC."],[],[],null,["# REST Resource: projects.testers\n\n- [Resource: Tester](#Tester)\n - [JSON representation](#Tester.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Tester\n----------------\n\nA person that can be invited to test apps in a Firebase project.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"displayName\": string, \"groups\": [ string ], \"lastActivityTime\": string } ``` |\n\n| Fields ||\n|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The name of the tester resource. Format: `projects/{projectNumber}/testers/{email_address}` |\n| `display``Name` | `string` The name of the tester associated with the Google account used to accept the tester invitation. |\n| `groups[]` | `string` The resource names of the groups this tester belongs to. |\n| `last``Activity``Time` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` 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: `\"2014-10-02T15:01:23Z\"` and `\"2014-10-02T15:01:23.045123456Z\"`. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------------|---------------------------------------|\n| ### [batchAdd](/docs/reference/app-distribution/rest/v1/projects.testers/batchAdd) | Batch adds testers. |\n| ### [batchRemove](/docs/reference/app-distribution/rest/v1/projects.testers/batchRemove) | Batch removes testers. |\n| ### [list](/docs/reference/app-distribution/rest/v1/projects.testers/list) | Lists testers and their resource ids. |\n| ### [patch](/docs/reference/app-distribution/rest/v1/projects.testers/patch) | Update a tester. |"]]