Commenter
public struct Commenter : Codable, Equatable
Struct representing Commenter related values.
-
The url for avatar image.
Declaration
Swift
public var avatarUrl: String -
Value representing the entity id.
Declaration
Swift
public var memberId: String -
Full name of the comment owner.
Declaration
Swift
public var name: String -
Undocumented
Declaration
Swift
public init(avatarUrl: String, memberId: String, name: String) -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
Commenter Structure Reference