PermissionType
public enum PermissionType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case fullAccess = "FULL_ACCESS"
-
Undocumented
Declaration
Swift
case sendAs = "SEND_AS"
-
Undocumented
Declaration
Swift
case sendOnBehalf = "SEND_ON_BEHALF"
-
Declaration
Swift
public var description: String { get }