Field
public struct Field : Codable, Hashable, Sendable
Represents a profile field as a name-value pair
-
Undocumented
Declaration
Swift
public init(name: String, value: String)
-
The key of a given field’s key-value pair.
Declaration
Swift
public var name: String
-
The value associated with the name key.
Declaration
Swift
public var value: String