class SealdConnector
objc
@interface SealdConnector : NSObject
SealdConnector represents all details about a connector.
Members | Descriptions |
---|---|
sealdId | The seald ID of the associated user. |
type | The type of the connector. |
value | The value of the connector. |
connectorId | The ID of the connector. |
state | The state of the connector. |
sealdId
objc
@property (strong, readonly) NSString * sealdId;
The seald ID of the associated user.
type
objc
@property (strong, readonly) NSString * type;
The type of the connector.
value
objc
@property (strong, readonly) NSString * value;
The value of the connector.
connectorId
objc
@property (strong, readonly) NSString * connectorId;
The ID of the connector.
state
objc
@property (strong, readonly) NSString * state;
The state of the connector.