public class ListNamespacesRequest extends Object
Request to list namespaces within a given namespace.
See http://schemas.taskcluster.net/index/v1/list-namespaces-request.json#
| Modifier and Type | Field and Description |
|---|---|
String |
continuationToken
A continuation token previously returned in a response to this list request.
|
int |
limit
Maximum number of results per page.
|
| Constructor and Description |
|---|
ListNamespacesRequest() |
public String continuationToken
A continuation token previously returned in a response to this list request. This property is optional and should not be provided for first requests.
public int limit
Maximum number of results per page. If there are more results than this a continuation token will be return.
Copyright © 2014–2015 Mozilla. All rights reserved.