Manual Reference Source Test
public class | source

AwardedBadgeModel

Direct Subclass:

AwardedBadge

Model representing a awarded_badge.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public
public
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted response of a single awarded badge

response.id Number
  • nullable: false

The id of the awarded badge on the server

response.type String
  • nullable: false

The type of this object ('awarded_badges')

response.count Number

Count

response.created_at String

Created at

response.earned_on_date String

Date this badge was earned on

response.updated_at String

Updated at

Public Members

public count: Number source

public createdAt: String source

public earnedOnDate: String source

public id: Number source

public updatedAt: String source