Instance Property
user
The user of the endpoint, or an empty string, if none.
Declaration
var user: String { get set }Declaration
@property (nonatomic, strong) NSString * user;Declaration
user() -> str
setUser_(user: str)Instance Property
The user of the endpoint, or an empty string, if none.
var user: String { get set }@property (nonatomic, strong) NSString * user;user() -> str
setUser_(user: str)