Path Recommendation Response
data class PathRecommendationResponse(val action: String? = null, val common: Boolean? = null, val configurationStatus: String? = null, val fileType: String? = null, val path: String? = null, val publisherInfo: PublisherInfoResponse? = null, val type: String? = null, val userSids: List<String>? = null, val usernames: List<UserRecommendationResponse>? = null)
Represents a path that is recommended to be allowed and its properties
Constructors
Link copied to clipboard
fun PathRecommendationResponse(action: String? = null, common: Boolean? = null, configurationStatus: String? = null, fileType: String? = null, path: String? = null, publisherInfo: PublisherInfoResponse? = null, type: String? = null, userSids: List<String>? = null, usernames: List<UserRecommendationResponse>? = null)