GoogleFirebaseApptestersV1alphaDevice class

A representation of the testers device

Constructors

GoogleFirebaseApptestersV1alphaDevice({String? enrollIosDeviceUri, String? manufacturer, String? model, String? name, String? osVersion, String? platform, String? udid, String? useragent})
GoogleFirebaseApptestersV1alphaDevice.fromJson(Map _json)

Properties

enrollIosDeviceUri String?
Uri to enroll the iOS device as a part of the apple OTA profile enrollment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
manufacturer String?
Manufacturer
getter/setter pair
model String?
Model
getter/setter pair
name String?
The name of the device Format: devices/{device}
getter/setter pair
osVersion String?
OS version
getter/setter pair
platform String?
Platform Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
udid String?
The unique device identifier (iOS only)
getter/setter pair
useragent String?
The user agent string from the browser (passed along in the proxy call).
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited