Skip to content

class SealdConnector

objc
@interface SealdConnector : NSObject
@interface SealdConnector : NSObject

SealdConnector represents all details about a connector.

MembersDescriptions
sealdIdThe seald ID of the associated user.
typeThe type of the connector.
valueThe value of the connector.
connectorIdThe ID of the connector.
stateThe state of the connector.

sealdId

objc
@property (strong, readonly) NSString * sealdId;
@property (strong, readonly) NSString * sealdId;

The seald ID of the associated user.

type

objc
@property (strong, readonly) NSString * type;
@property (strong, readonly) NSString * type;

The type of the connector.

value

objc
@property (strong, readonly) NSString * value;
@property (strong, readonly) NSString * value;

The value of the connector.

connectorId

objc
@property (strong, readonly) NSString * connectorId;
@property (strong, readonly) NSString * connectorId;

The ID of the connector.

state

objc
@property (strong, readonly) NSString * state;
@property (strong, readonly) NSString * state;

The state of the connector.