SpacePermissionCustomContent class
This object represents a list of space permissions for custom content type for an individual user. Permissions consist of a subjects object and a list with at least one operation object.
Constructors
-
SpacePermissionCustomContent({required PermissionSubject subject, required List<
SpacePermissionCustomContentOperationsItem> operations}) -
SpacePermissionCustomContent.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
operations
→ List<
SpacePermissionCustomContentOperationsItem> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subject → PermissionSubject
-
final
Methods
-
copyWith(
{PermissionSubject? subject, List< SpacePermissionCustomContentOperationsItem> ? operations}) → SpacePermissionCustomContent -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited