Studio
public struct Studio : IdentityResource, Hashable
A root object that stores information about a studio resource.
-
Declaration
Swift
public let id: String
-
Declaration
Swift
public let type: String
-
Declaration
Swift
public let href: String
-
The attributes belonging to the studio.
Declaration
Swift
public let attributes: Studio.Attributes
-
The relationships belonging to the studio.
Declaration
Swift
public let relationships: Studio.Relationships?
-
Declaration
Swift
public static func == (lhs: Studio, rhs: Studio) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
A root object that stores information about a single studio, such as the studios’s name, logo, and date founded.
See moreDeclaration
Swift
public struct Attributes : Codable
-
A root object that stores information about studio relationships, such as the shows that belong to it.
See moreDeclaration
Swift
public struct Relationships : Codable