ArrayOfPersonaAttributionsType
extends ArrayType
in package
Specifies an array of attribution information for one or more of the contacts or Active Directory recipients aggregated into the associated persona.
Table of Contents
Properties
- $Attribution : array<string|int, PersonaAttributionType>
- Specifies an instance in an array of attributes for a Persona.
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
$Attribution
Specifies an instance in an array of attributes for a Persona.
public
array<string|int, PersonaAttributionType>
$Attribution
= 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