Constructor
new RemoveFromGroup(groupId, itemType, itemId)
Construct the request
Parameters:
Name | Type | Description |
---|---|---|
groupId |
string | ID of the group from which a group item is to be removed. |
itemType |
string | Type of the item to be removed. |
itemId |
string | ID of the item iff `itemType` is `item`. ID of the group iff `itemType` is `group`. |
- Source:
Methods
bodyParameters() → {Object}
Get body parameters
- Source:
Returns:
The values of body parameters (name of parameter: value of the parameter)
- Type
- Object
queryParameters() → {Object}
Get query parameters
- Source:
Returns:
The values of query parameters (name of parameter: value of the parameter)
- Type
- Object