SharingAllowlistAddArgs

public class SharingAllowlistAddArgs : CustomStringConvertible, JSONRepresentable

Structure representing Approve List entries. Domain and emails are supported. At least one entry of any supported type is required.

  • 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 }