FeaturesRequestAdmDto

constructor(name: String, clientFeatures: MutableMap<String, Boolean>, 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