UserPrivacySettingRules
public struct UserPrivacySettingRules : Codable, Equatable, FunctionResult
A list of privacy rules. Rules are matched in the specified order. The first matched rule defines the privacy setting for a given user. If no rule matches, the action is not allowed
-
A list of rules
Declaration
Swift
public let rules: [UserPrivacySettingRule] -
A list of privacy rules. Rules are matched in the specified order. The first matched rule defines the privacy setting for a given user. If no rule matches, the action is not allowed
Declaration
Swift
public init(rules: [UserPrivacySettingRule])Parameters
rulesA list of rules
View on GitHub
Install in Dash
UserPrivacySettingRules Structure Reference