GroupChangeManagementTypeDetails
public class GroupChangeManagementTypeDetails : CustomStringConvertible, JSONRepresentable
Changed group management type.
-
New group management type.
Declaration
Swift
public let newValue: TeamCommon.GroupManagementType
-
Previous group management type. Might be missing due to historical data gap.
Declaration
Swift
public let previousValue: TeamCommon.GroupManagementType?
-
Declaration
Swift
public var description: String { get }