SetImGroupType
extends BaseRequestType
in package
Defines a request to change the display name of an instant messaging group.
Table of Contents
Properties
- $GroupId : ItemIdType
- Identifies the instant messaging group to be updated.
- $NewDisplayName : string
- Contains the updated display name of an instant messaging group.
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
$GroupId
Identifies the instant messaging group to be updated.
public
ItemIdType
$GroupId
Tags
$NewDisplayName
Contains the updated display name of an instant messaging group.
public
string
$NewDisplayName
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