projects/m2-core/src/lib/core/service/user/requests/EditSecurityGroupRequest.ts
Properties |
|
constructor(groupId: number, valueType: EditSecurityGroupAttributeType, value?: any)
|
||||||||||||
|
Parameters :
|
| Public groupId |
Type : number
|
| Public valueBool |
Type : boolean
|
| Public valueLong |
Type : number
|
| Public valueString |
Type : string
|
| Public valueType |
Type : EditSecurityGroupAttributeType
|