HXOrgInviteSettingModel class

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Constructors

HXOrgInviteSettingModel.new(String? inviteType, int? enableAudit, String? memberInviteTo, int? enable)
HXOrgInviteSettingModel.fromJson(Map<String, dynamic> srcJson)
factory
HXOrgInviteSettingModel.init({String? inviteType, int? enableAudit, String? memberInviteTo, int? enable})

Properties

enable int?
是否开启邀请
getter/setter pair
enableAudit int?
是否开启邀请审核
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inviteType String?
邀请类型 admin仅管理员 member所有成员邀请
getter/setter pair
memberInviteTo String?
成员邀请加入至 org企业 dept所在部门
getter/setter pair
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.
inherited

Operators

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