SharingAllowlistRemoveArgs
public class SharingAllowlistRemoveArgs : CustomStringConvertible, JSONRepresentable
The SharingAllowlistRemoveArgs struct
-
List of domains represented by valid string representation (RFC-1034/5).
Declaration
Swift
public let domains: [String]? -
List of emails represented by valid string representation (RFC-5322/822).
Declaration
Swift
public let emails: [String]? -
Declaration
Swift
public var description: String { get }
View on GitHub
SharingAllowlistRemoveArgs Class Reference