ExtendedVersionHistoryChangePolicyDetails
public class ExtendedVersionHistoryChangePolicyDetails : CustomStringConvertible, JSONRepresentable
Accepted/opted out of extended version history.
-
New extended version history policy.
Declaration
Swift
public let newValue: TeamLog.ExtendedVersionHistoryPolicy
-
Previous extended version history policy. Might be missing due to historical data gap.
Declaration
Swift
public let previousValue: TeamLog.ExtendedVersionHistoryPolicy?
-
Declaration
Swift
public var description: String { get }