ContentRestrictions constructor
ContentRestrictions({
- ContentRestriction? read,
- ContentRestriction? update,
- ContentRestrictionsExpandable? expandable,
- GenericLinks? links,
Implementation
ContentRestrictions({this.read, this.update, this.expandable, this.links});