Rules List Data
Class representation of the nested rules list data payload.
Constructors
Link copied to clipboard
public RulesListData RulesListData(@Json(name = "items" ) List<Rule> items, @Json(name = "next_cursor" ) String nextCursor)