Interface UserPrivacySettingRuleRestrictAll

A rule to restrict all users from doing something. Subtype of UserPrivacySettingRule.

interface UserPrivacySettingRuleRestrictAll {
    @type: "userPrivacySettingRuleRestrictAll";
}

Properties

Properties

@type: "userPrivacySettingRuleRestrictAll"