GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse.fromJson constructor
GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse.fromJson(
- Map json_
Implementation
GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse.fromJson(
core.Map json_)
: this(
customer: json_['customer'] as core.String?,
names: (json_['names'] as core.List?)
?.map((value) => value as core.String)
.toList(),
nextPageToken: json_['nextPageToken'] as core.String?,
);