Interface UserPrivacySettingRuleAllowAll

Represents a single rule for managing user privacy settings. Subtype of UserPrivacySettingRule.

interface UserPrivacySettingRuleAllowAll {
    @type: "userPrivacySettingRuleAllowAll";
}

Properties

Properties

@type: "userPrivacySettingRuleAllowAll"