RemoveImContactFromGroupType
extends BaseRequestType
in package
Defines a request to remove an instant messaging contact from an instant messaging group.
Table of Contents
Properties
- $ContactId : ItemIdType
- Identifies the contact to be removed.
- $GroupId : ItemIdType
- Identifies the group to remove the contact from.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$ContactId
Identifies the contact to be removed.
public
ItemIdType
$ContactId
Tags
$GroupId
Identifies the group to remove the contact from.
public
ItemIdType
$GroupId
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed