ProjectsTestersResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
batchAdd(GoogleFirebaseAppdistroV1BatchAddTestersRequest request, String project, {String? $fields})
→ Future<GoogleFirebaseAppdistroV1BatchAddTestersResponse>
-
Batch adds testers.
-
batchRemove(GoogleFirebaseAppdistroV1BatchRemoveTestersRequest request, String project, {String? $fields})
→ Future<GoogleFirebaseAppdistroV1BatchRemoveTestersResponse>
-
Batch removes testers.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleFirebaseAppdistroV1ListTestersResponse>
-
Lists testers and their resource ids.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleFirebaseAppdistroV1Tester request, String name, {String? updateMask, String? $fields})
→ Future<GoogleFirebaseAppdistroV1Tester>
-
Update a tester.
-
toString()
→ String
-
A string representation of this object.
inherited