REST Resource: projects.testers

Risorsa: tester

Una persona che può essere invitata a testare le app in un progetto Firebase.

Rappresentazione JSON
{
  "name": string,
  "displayName": string,
  "groups": [
    string
  ],
  "lastActivityTime": string
}
Campi
name

string

Il nome della risorsa tester.

Formato: projects/{projectNumber}/testers/{email_address}

displayName

string

Il nome del tester associato all'Account Google utilizzato per accettare l'invito del tester.

groups[]

string

I nomi delle risorse dei gruppi a cui appartiene questo tester.

lastActivityTime

string ( Timestamp format)

Solo uscita. L'ora in cui il tester è stato attivo l'ultima volta. Questa è l'ora più recente in cui il tester ha installato una delle app. Se non ne hanno mai installato uno o se la versione non esiste più, questo è il momento in cui il tester è stato aggiunto al progetto.

Un timestamp in formato RFC3339 UTC "Zulu", con risoluzione in nanosecondi e fino a nove cifre frazionarie. Esempi: "2014-10-02T15:01:23Z" e "2014-10-02T15:01:23.045123456Z" .

Metodi

batchAdd

Batch aggiunge tester.

batchRemove

Il batch rimuove i tester.

list

Elenca i tester e i relativi ID risorsa.

patch

Aggiorna un tester.