SettingsAppFeaturePair
public struct SettingsAppFeaturePair : ContentUsed to enable/disable features. A featurePair with name: “kraken” and feature: “schedule” indicates the Schedule feature of the Kraken app. When the server indicates this app:feature pair is disabled, the client app should not show the feature to users, and should avoid calling API calls related to that feature. Either the app or feature field could be ‘all’.
Used in: SettingsAdminData, SettingsUpdateData
- 
                  
                  Should match a SwiftarrClientApp.rawValue DeclarationSwift var app: String
- 
                  
                  Should match a SwiftarrFeature.rawValue DeclarationSwift var feature: String
 View on GitHub
            View on GitHub
           SettingsAppFeaturePair Structure Reference
      SettingsAppFeaturePair Structure Reference