GoogleAppsCloudidentityDevicesV1ClientState constructor

GoogleAppsCloudidentityDevicesV1ClientState({
  1. List<String>? assetTags,
  2. String? complianceState,
  3. String? createTime,
  4. String? customId,
  5. String? etag,
  6. String? healthScore,
  7. Map<String, GoogleAppsCloudidentityDevicesV1CustomAttributeValue>? keyValuePairs,
  8. String? lastUpdateTime,
  9. String? managed,
  10. String? name,
  11. String? ownerType,
  12. String? scoreReason,
})

Implementation

GoogleAppsCloudidentityDevicesV1ClientState({
  this.assetTags,
  this.complianceState,
  this.createTime,
  this.customId,
  this.etag,
  this.healthScore,
  this.keyValuePairs,
  this.lastUpdateTime,
  this.managed,
  this.name,
  this.ownerType,
  this.scoreReason,
});