Value
public struct Value : Codable, Equatable
Struct representing Content Token Value.
-
Type of content token value.
Declaration
Swift
public let type: String
-
Variable of content token value.
Declaration
Swift
public let variable: String
-
Value of content token value.
Declaration
Swift
public let value: String
-
Apply to of content token value.
Declaration
Swift
public let applyTo: String
-
Undocumented
Declaration
Swift
public init(type: String, variable: String, value: String, applyTo: String)
-
Declaration
Swift
public init(from decoder: Decoder) throws