MobileDevices constructor
MobileDevices({
- String? etag,
- String? kind,
- List<
MobileDevice> ? mobiledevices, - String? nextPageToken,
Implementation
MobileDevices({this.etag, this.kind, this.mobiledevices, this.nextPageToken});