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