GroupLogInfo
public class GroupLogInfo : CustomStringConvertible, JSONRepresentable
Group’s logged information.
-
The unique id of this group.
Declaration
Swift
public let groupId: String? -
The name of this group.
Declaration
Swift
public let displayName: String -
External group ID.
Declaration
Swift
public let externalId: String? -
Declaration
Swift
public var description: String { get }
View on GitHub
GroupLogInfo Class Reference