AccountCaptureChangePolicyDetails
public class AccountCaptureChangePolicyDetails : CustomStringConvertible, JSONRepresentable
Changed account capture setting on team domain.
-
New account capture policy.
Declaration
Swift
public let newValue: TeamLog.AccountCapturePolicy
-
Previous account capture policy. Might be missing due to historical data gap.
Declaration
Swift
public let previousValue: TeamLog.AccountCapturePolicy?
-
Declaration
Swift
public var description: String { get }