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