ChildReferences
public struct ChildReferences : Decodable
Represents child assets related to this object
-
Undocumented
Declaration
Swift
public let ref: String? -
Undocumented
Declaration
Swift
public let references: [ReferencedObject]? -
Undocumented
See moreDeclaration
Swift
public struct ReferencedObject : Decodable -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
ChildReferences Structure Reference