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 }