Structure
PolicyCall
public struct PolicyCall: OptionSet
Represents a policy call type.
See Creating Policies for more information about policy calls.
Relationships
Conforms To
OptionSet
Initializers
init(rawValue:)
public init(rawValue: Int)
Properties
convert
public static let convert
Allows transformation (crop, resize, rotate) of files, also needed for the viewer.
rawValue
public let rawValue: Int