GetPersonaType
extends BaseRequestType
in package
Defines a request to get a persona.
Table of Contents
Properties
- $AdditionalProperties : NonEmptyArrayOfPathsToElementType
- Undocumented.
- $EmailAddress : EmailAddressType
- Undocumented.
- $ItemLinkId : string
- Undocumented.
- $ParentFolderId : TargetFolderIdType
- Undocumented.
- $PersonaId : ItemIdType
- Specifies the persona identifier for the associated 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
$AdditionalProperties
Undocumented.
public
NonEmptyArrayOfPathsToElementType
$AdditionalProperties
Tags
$EmailAddress
Undocumented.
public
EmailAddressType
$EmailAddress
Tags
$ItemLinkId
Undocumented.
public
string
$ItemLinkId
Tags
$ParentFolderId
Undocumented.
public
TargetFolderIdType
$ParentFolderId
Tags
$PersonaId
Specifies the persona identifier for the associated persona.
public
ItemIdType
$PersonaId
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