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 method

    Returns a Boolean value indicating whether two values are equal.

    Equality is the inverse of inequality. For any values a and b, a == b implies that a != b is false.

    Declaration

    Swift

    public static func == (left: Self, right: Self) -> Bool

    Return Value

    True if left and right is same, otherwise false.

  • hashValue Extension method

    The hash value.

    Declaration

    Swift

    public var hashValue: Int