ArrayOfSearchPreviewItemsType
extends ArrayType
in package
Defines a list of items available for preview.
Table of Contents
Properties
- $SearchPreviewItem : array<string|int, SearchPreviewItemType>
- Specifies an item preview for a discovery search.
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
$SearchPreviewItem
Specifies an item preview for a discovery search.
public
array<string|int, SearchPreviewItemType>
$SearchPreviewItem
= 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