Target
public protocol Target
Protocol representing a target to issue REST API.
-
ID of target to issue REST API.
Declaration
Swift
var typedID: TypedID -
Access token.
Declaration
Swift
var accessToken: String?
-
==(_:_:)Extension methodReturns a Boolean value indicating whether two values are equal.
Equality is the inverse of inequality. For any values
aandb,a == bimplies thata != bisfalse.Declaration
Swift
public static func == (left: Self, right: Self) -> BoolReturn Value
True if left and right is same, otherwise false.
-
hashValueExtension methodThe hash value.
Declaration
Swift
public var hashValue: Int
View on GitHub
Target Protocol Reference