SharingAllowlistListResponse
public class SharingAllowlistListResponse : CustomStringConvertible, JSONRepresentable
The SharingAllowlistListResponse 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]
-
If this is nonempty, there are more entries that can be fetched with sharingAllowlistListContinue.
Declaration
Swift
public let cursor: String
-
if true indicates that more entries can be fetched with sharingAllowlistListContinue.
Declaration
Swift
public let hasMore: Bool
-
Declaration
Swift
public var description: String { get }