List Policies Query Params
Class representation of the query parameters for listing policies.
Constructors
Link copied to clipboard
public ListPoliciesQueryParams ListPoliciesQueryParams(@Json(name = "limit" ) Integer limit, @Json(name = "page_token" ) String pageToken)
Types
Link copied to clipboard
Builder for ListPoliciesQueryParams.
Properties
Functions
Link copied to clipboard
Convert the query parameters to a json-formatted map.
Link copied to clipboard
Cursor for pagination. Pass the value of ListResponse.nextCursor to get the next page.