VulnOverviewUiState

data class VulnOverviewUiState(val selectedCategory: Category = Category.All, val isRefreshing: Boolean = false, val filteredVulnOverviews: List<DomainVulnOverview> = listOf())

ホーム画面のUI状態

Constructors

Link copied to clipboard
constructor(selectedCategory: Category = Category.All, isRefreshing: Boolean = false, filteredVulnOverviews: List<DomainVulnOverview> = listOf())

Properties

Link copied to clipboard

フィルターした脆弱性概要情報一覧

Link copied to clipboard
val isRefreshing: Boolean = false

リフレッシュ中

Link copied to clipboard

選択されているフィルターカテゴリ