StaffIdentity
public struct StaffIdentity : IdentityResource, Hashable
A root object that stores information about a staff identity resource.
-
Declaration
Swift
public let id: String
-
Declaration
Swift
public let type: String
-
Declaration
Swift
public let href: String
-
Declaration
Swift
public static func == (lhs: StaffIdentity, rhs: StaffIdentity) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)