PaperChangeDeploymentPolicyDetails

public class PaperChangeDeploymentPolicyDetails : CustomStringConvertible, JSONRepresentable

Changed whether Dropbox Paper, when enabled, is deployed to all members or to specific members.

  • New Dropbox Paper deployment policy.

    Declaration

    Swift

    public let newValue: TeamPolicies.PaperDeploymentPolicy
  • Previous Dropbox Paper deployment policy. Might be missing due to historical data gap.

    Declaration

    Swift

    public let previousValue: TeamPolicies.PaperDeploymentPolicy?
  • Declaration

    Swift

    public var description: String { get }