ArrayOfGroupedItemsType
extends ArrayType
in package
Represents a collection of groups that are found with the search and aggregation criteria that is identified in the FindItem operation request.
Table of Contents
Properties
- $GroupedItems : array<string|int, GroupedItemsType>
- Represents a collection of items that are the result of a grouped FindItem operation call.
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
$GroupedItems
Represents a collection of items that are the result of a grouped FindItem operation call.
public
array<string|int, GroupedItemsType>
$GroupedItems
= array()
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