CreateGroupGalleryRequest class

Annotations
  • @JsonSerializable(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)

Constructors

CreateGroupGalleryRequest({required String name, String? description, bool? membersOnly = false, List<String>? roleIdsToView, List<String>? roleIdsToSubmit, List<String>? roleIdsToAutoApprove, List<String>? roleIdsToManage})
Returns a new CreateGroupGalleryRequest instance.
CreateGroupGalleryRequest.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
Description of the gallery.
final
hashCode int
The hash code for this object.
no setteroverride
membersOnly bool?
Whether the gallery is members only.
final
name String
Name of the gallery.
final
roleIdsToAutoApprove List<String>?
final
roleIdsToManage List<String>?
final
roleIdsToSubmit List<String>?
final
roleIdsToView List<String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override