WorkspacesIpGroup constructor
WorkspacesIpGroup({
- String? groupDesc,
- String? groupId,
- String? groupName,
- List<
IpRuleItem> ? userRules,
Implementation
WorkspacesIpGroup({
this.groupDesc,
this.groupId,
this.groupName,
this.userRules,
});