GoogleAppsCloudidentityDevicesV1DeviceUser constructor

GoogleAppsCloudidentityDevicesV1DeviceUser({
  1. String? compromisedState,
  2. String? createTime,
  3. String? firstSyncTime,
  4. String? languageCode,
  5. String? lastSyncTime,
  6. String? managementState,
  7. String? name,
  8. String? passwordState,
  9. String? userAgent,
  10. String? userEmail,
})

Implementation

GoogleAppsCloudidentityDevicesV1DeviceUser({
  this.compromisedState,
  this.createTime,
  this.firstSyncTime,
  this.languageCode,
  this.lastSyncTime,
  this.managementState,
  this.name,
  this.passwordState,
  this.userAgent,
  this.userEmail,
});