GetGatewayCategoriesCategory

data class GetGatewayCategoriesCategory(val beta: Boolean, val class: String, val description: String, val id: Int, val name: String, val subcategories: List<GetGatewayCategoriesCategorySubcategory>)

Constructors

Link copied to clipboard
constructor(beta: Boolean, class: String, description: String, id: Int, name: String, subcategories: List<GetGatewayCategoriesCategorySubcategory>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

True if the category is in beta and subject to change.

Link copied to clipboard

Which account types are allowed to create policies based on this category.

Link copied to clipboard

A short summary of domains in the category.

Link copied to clipboard
val id: Int

The identifier for this category. There is only one category per ID.

Link copied to clipboard

The name of the category.

Link copied to clipboard