Skip to main content
Enumeration
enum Owner

Enumeration Cases

Owner.email(_:)

case email(String)

Owner.phoneNumber(_:)

case phoneNumber(String)

Owner.twitter(_:)

case twitter(String)

Owner.userId(_:)

case userId(String)

Owner.x(_:)

case x(String)

Initializers

init(from:)

Inherited from Decodable.init(from:).
init(from decoder: any Decoder) throws

init(from:)

init(from locator: String) throws

Instance Properties

description

Inherited from CustomStringConvertible.description.
var description: String { get }

Instance Methods

encode(to:)

Inherited from Encodable.encode(to:).
func encode(to encoder: any Encoder) throws