List Credentials Query Params
Class representation of the query parameters for listing credentials.
Constructors
Link copied to clipboard
public ListCredentialsQueryParams ListCredentialsQueryParams(@Json(name = "limit" ) Integer limit, @Json(name = "offset" ) Integer offset, @Json(name = "sort_by" ) SortBy sortBy, @Json(name = "order_by" ) OrderBy orderBy)
Types
Link copied to clipboard
Builder for ListCredentialsQueryParams.