Class: module:model/UserProfileProfileImages

module:model/UserProfileProfileImages(theData, obj)

new module:model/UserProfileProfileImages(theData, obj)

Constructs a new UserProfileProfileImages. A flat JSON object of attribute-value pairs in which the attributes specify available profile image sizes in the format sizeX<pixels> (where <pixels> is an integer that represents both height and width in pixels of square profile images) and the values are URLs for downloading the images via HTTP

Parameters:
Name Type Description
theData Object

The plain JavaScript object bearing properties of interest.

obj module:model/UserProfileProfileImages

Optional instance to populate.

Source:

Members

(static) constructFromObject

Constructs a UserProfileProfileImages from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Source:

(inner) sizeX20 :String

Type:
  • String
Source:

(inner) sizeX40 :String

Type:
  • String
Source:

(inner) sizeX50 :String

Type:
  • String
Source:

(inner) sizeX58 :String

Type:
  • String
Source:

(inner) sizeX80 :String

Type:
  • String
Source:

(inner) sizeX120 :String

Type:
  • String
Source:

(inner) sizeX160 :String

Type:
  • String
Source:

(inner) sizeX176 :String

Type:
  • String
Source:

(inner) sizeX240 :String

Type:
  • String
Source:

(inner) sizeX360 :String

Type:
  • String
Source: