IsolatedEntity
public struct IsolatedEntity : Codable, Equatable
A struct embedded inside an SettingsManagerService struct that is used as a nested layer within an intermediate service model used to decode doc:Settings JSON data.
The struct models an array of JSON objects mapped to the isolatedEntities key in the doc:Settings JSON data.
-
A String mapped to the
entityCodekey in the array keyed by theisolatedEntitieskey in the doc:Settings JSON data.Declaration
Swift
public var entityCode: String -
A Bool mapped to the
isolatekey in the array keyed by theisolatedEntitieskey in the doc:Settings JSON data.Declaration
Swift
public var isolate: Bool
IsolatedEntity Structure Reference