ListRuleEvaluationsQueryParams

public final class ListRuleEvaluationsQueryParams implements IQueryParams

Class representation of the query parameters for listing rule evaluations.

Constructors

Link copied to clipboard
public ListRuleEvaluationsQueryParams ListRuleEvaluationsQueryParams(@Json(name = "limit") Integer limit, @Json(name = "page_token") String pageToken)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final Integer limit
Link copied to clipboard
private final String pageToken

Functions

Link copied to clipboard

Convert the query parameters to a json-formatted map.

Link copied to clipboard
public final Integer getLimit()
Link copied to clipboard
public final String getPageToken()