ContentType
public class ContentType: Resource
A Content Type represents your data model for Entries in a Contentful Space
-
The fields which are part of this Content Type
Declaration
Swift
public let fields: [Field] -
The name of this Content Type
Declaration
Swift
public let name: String -
Resource type (
ContentType
)Declaration
Swift
public var type: String
-
Undocumented
Declaration
Swift
public class ContentType: Resource
View on GitHub
ContentType Class Reference