Tag Protection Allowed To Create
data class TagProtectionAllowedToCreate(val accessLevel: String? = null, val accessLevelDescription: String? = null, val groupId: Int? = null, val userId: Int? = null)
Constructors
Link copied to clipboard
fun TagProtectionAllowedToCreate(accessLevel: String? = null, accessLevelDescription: String? = null, groupId: Int? = null, userId: Int? = null)