Sys
public struct Sys : Codable
The system properties which describe the link.
-
The identifier of the linked resource
Declaration
Swift
public let id: String
-
The type of the linked resource: either “Entry” or “Asset”.
Declaration
Swift
public let linkType: String
-
The content type identifier for the linked resource.
Declaration
Swift
public let type: String
-
Undocumented
Declaration
Swift
public init(id: String, linkType: String, type: String)