AudienceExceptions
open class AudienceExceptions : CustomStringConvertible
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: Array<Sharing.AudienceExceptionContentInfo>
-
Declaration
Swift
open var description: String { get }