DataPlacementRestrictionChangePolicyDetails
public class DataPlacementRestrictionChangePolicyDetails : CustomStringConvertible, JSONRepresentable
Set restrictions on data center locations where team data resides.
-
Previous placement restriction.
Declaration
Swift
public let previousValue: TeamLog.PlacementRestriction
-
New placement restriction.
Declaration
Swift
public let newValue: TeamLog.PlacementRestriction
-
Declaration
Swift
public var description: String { get }