StaffRole
public struct StaffRole : Codable, Hashable
A root object that stores information about a staff role resource.
-
The name of the staff role.
Declaration
Swift
public let name: String
-
The description of the staff role.
Declaration
Swift
public let description: String
-
Declaration
Swift
public static func == (lhs: StaffRole, rhs: StaffRole) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)