Identifier
public struct Identifier : Hashable
An identifier struct for ConnectorDetails
.
Important
This is a Public Preview API. It may be changed or removed at any time.Creates a new Identifier
instance with the given parameter.
Declaration
Swift
public init(value: String)
Parameters
value
|
The string representing the |
The identifier of a ConnectorDetails
instance.
Declaration
Swift
public let value: String