ShowSongIdentity
public struct ShowSongIdentity : IdentityResource, Hashable
A root object that stores information about a show song 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: ShowSongIdentity, rhs: ShowSongIdentity) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)