RolloutMethod
public enum RolloutMethod : CustomStringConvertible, JSONRepresentable
The RolloutMethod union
-
Unlink all.
Declaration
Swift
case unlinkAll -
Unlink devices with the most inactivity.
Declaration
Swift
case unlinkMostInactive -
Add member to Exceptions.
Declaration
Swift
case addMemberToExceptions -
Declaration
Swift
public var description: String { get }
View on GitHub
RolloutMethod Enumeration Reference