ArrayOfStringAttributedValuesType
extends ArrayType
in package
Represents an array of names and the identifiers of their source attributions for the associated persona.
Table of Contents
Properties
- $StringAttributedValue : array<string|int, StringAttributedValueType>
- Specifies an instance in an array of attributes associated with a persona element.
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
$StringAttributedValue
Specifies an instance in an array of attributes associated with a persona element.
public
array<string|int, StringAttributedValueType>
$StringAttributedValue
= 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