Catalog
public struct Catalog : Decodable
Represent items grouped together in the form of a catalog
-
Array of
CatalogGroupsDeclaration
Swift
public let groups: [CatalogGroup] -
Declaration
Swift
public init(from decoder: Decoder) throws
Catalog Structure Reference