MediaProperties
struct MediaProperties : Encodable, Sendable
Additional media template properties
-
The event’s ID.
Declaration
Swift
public var id: String?
-
The event’s category.
Declaration
Swift
public var category: String?
-
The event’s type.
Declaration
Swift
public var type: String?
-
The event’s description.
Declaration
Swift
public var eventDescription: String?
-
The event’s author.
Declaration
Swift
public var author: String?
-
The event’s published date.
Declaration
Swift
public var publishedDate: Date?
-
If the event is a feature
Declaration
Swift
public var isFeature: Bool?
-
If the value is a lifetime value or not.
Declaration
Swift
public var isLTV: Bool