ContentToken
public struct ContentToken : Codable, Equatable
                Struct representing Content Token related values.
- 
                  
                  
Token of content token.
Declaration
Swift
public let token: [String : ContentToken.Value] - 
                  
                  
Undocumented
Declaration
Swift
public init(token: [String : ContentToken.Value]) - 
                  
                  
Struct representing Content Token Value.
See moreDeclaration
Swift
public struct Value : Codable, Equatable - 
                  
                  
Declaration
Swift
public init(from decoder: Decoder) throws 
View on GitHub
        ContentToken Structure Reference