Domain
public struct Domain : Codable, Equatable
                Struct representing Preference Domain related values.
- 
                  
                  
Value representing the entity id.
Declaration
Swift
public var id: Int - 
                  
                  
Value of the domain.
Declaration
Swift
public var value: String - 
                  
                  
Label of the domain.
Declaration
Swift
public var label: String - 
                  
                  
Image URL of the domain.
Declaration
Swift
public var imageUrl: String - 
                  
                  
Thumbanil image URL of the domain.
Declaration
Swift
public var thumbImageUrl: String - 
                  
                  
Original image URL of the domain.
Declaration
Swift
public var originalImageUrl: String - 
                  
                  
Undocumented
Declaration
Swift
public init(id: Int, value: String, label: String, imageUrl: String, thumbImageUrl: String, originalImageUrl: String) - 
                  
                  
Declaration
Swift
public init(from decoder: Decoder) throws 
View on GitHub
        Domain Structure Reference