GetGlobalConfigurationsResponse

@Serializable
data class GetGlobalConfigurationsResponse(val globalConfiguration: List<GlobalConfigurationPropertyData>? = null)

GetGlobalConfigurationsResponse

Parameters

globalConfiguration

Constructors

Link copied to clipboard
constructor(globalConfiguration: List<GlobalConfigurationPropertyData>? = null)

Properties