AudienceExceptions
public class AudienceExceptions : CustomStringConvertible, JSONRepresentable
The total count and truncated list of information of content inside this folder that has a different audience than the link on this folder. This is only returned for folders.
-
(no description)
Declaration
Swift
public let count: UInt32
-
A truncated list of some of the content that is an exception. The length of this list could be smaller than the count since it is only a sample but will not be empty as long as count is not 0.
Declaration
Swift
public let exceptions: [Sharing.AudienceExceptionContentInfo]
-
Declaration
Swift
public var description: String { get }