AssetFields
public protocol AssetFields : SystemFields
The Protocol for creating Asset model.
-
Describes the unique identifier of user who created the entity
Declaration
Swift
var createdBy: String? { get }
-
Describes the unique identifier of user who last updated the entity.
Declaration
Swift
var updatedBy: String? { get }
-
The name of the Asset.
Declaration
Swift
var fileName: String { get }
-
The size of the Asset.
Declaration
Swift
var fileSize: Double { get }
-
The file tyoe of the Asset.
Declaration
Swift
var fileType: String { get }
-
The url for the Asset.
Declaration
Swift
var url: String { get }