AddContentRestrictionRestrictions constructor

AddContentRestrictionRestrictions({
  1. List<AddContentRestrictionRestrictionsUserItem>? user,
  2. List<AddContentRestrictionRestrictionsGroupItem>? group,
})

Implementation

AddContentRestrictionRestrictions(
    {List<AddContentRestrictionRestrictionsUserItem>? user,
    List<AddContentRestrictionRestrictionsGroupItem>? group})
    : user = user ?? [],
      group = group ?? [];