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.
See http://schemas.taskcluster.net/index/v1/list-namespaces-request.json#/properties/continuationToken
public int limit
Maximum number of results per page. If there are more results than this a continuation token will be return.
Default: 1000 Mininum: 1 Maximum: 1000
See http://schemas.taskcluster.net/index/v1/list-namespaces-request.json#/properties/limit
Copyright © 2014–2016 Mozilla. All rights reserved.