Manual Reference Source Test
public class | source

RuleModel

Direct Subclass:

Rule

Model representing an Rule.

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 an rule.

response.id Number

The rule id value

response.created_at String

Date in which the rule was created

response.label String

Label for the rule

response.permanent_link String

Permanent Link

response.updated_at String

Date in which the rule was updated

Public Members

public createdAt: String source

public id: Number source

public label: String source

public updatedAt: String source