FileCommentsChangePolicyDetails
public class FileCommentsChangePolicyDetails : CustomStringConvertible, JSONRepresentable
Enabled/disabled commenting on team files.
-
New commenting on team files policy.
Declaration
Swift
public let newValue: TeamLog.FileCommentsPolicy -
Previous commenting on team files policy. Might be missing due to historical data gap.
Declaration
Swift
public let previousValue: TeamLog.FileCommentsPolicy? -
Declaration
Swift
public var description: String { get }
View on GitHub
FileCommentsChangePolicyDetails Class Reference