IsolatedFunction
public struct IsolatedFunction : Codable, Equatable
A struct embedded inside an SettingsManagerService struct that is used as a nested layer within an intermediate service model used to decode Settings JSON data.
The struct models an array of JSON objects mapped to the isolatedFunctions key in the Settings JSON data.
-
A String mapped to the
entityCodekey in the array keyed by theisolatedFunctionskey in the Settings JSON data.Declaration
Swift
public var entityCode: String -
A Bool mapped to the
isolatekey in the array keyed by theisolatedFunctionskey in the Settings JSON data.Declaration
Swift
public var isolate: Bool -
An Int array mapped to the
isolatedFunctionNumberskey in the array keyed by theisolatedFunctionskey in the Settings JSON data.Declaration
Swift
public var isolatedFunctionNumbers: [Int]
IsolatedFunction Structure Reference