FeaturesRequestAdmDto

data class FeaturesRequestAdmDto(var name: String, var clientFeatures: MutableMap<String, Boolean>, var metadata: MetadataAdmDto)

Parameters

name

Name of the Features set configured on the server. Can be use to separate different environments

clientFeatures

Map of all the features configured in the client. Those will be written to the server so that the customers knows which features are available at all.

metadata

Constructors

Link copied to clipboard
constructor(name: String, clientFeatures: MutableMap<String, Boolean>, metadata: MetadataAdmDto)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard