GetUserPhotoType
extends BaseRequestType
in package
Defines the request to get a user’s photo.
Table of Contents
Properties
- $Email : string
- Identifies the email address of the user whose photo is requested.
- $SizeRequested : string
- Contains the requested photo size.
- $TypeRequested : string
- Specifies the type of a user photo.
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
Identifies the email address of the user whose photo is requested.
public
string
$Email
Tags
$SizeRequested
Contains the requested photo size.
public
string
$SizeRequested
Tags
$TypeRequested
Specifies the type of a user photo.
public
string
$TypeRequested
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