GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse constructor

GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse({
  1. String? customer,
  2. List<String>? names,
  3. String? nextPageToken,
})

Implementation

GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse({
  this.customer,
  this.names,
  this.nextPageToken,
});