public class ListNamespacesResponse extends Object
Response from a request to list namespaces within a given namespace.
See http://schemas.taskcluster.net/index/v1/list-namespaces-response.json#
| Modifier and Type | Class and Description |
|---|---|
class |
ListNamespacesResponse.Namespaces
List of namespaces.
|
| Modifier and Type | Field and Description |
|---|---|
String |
continuationToken
A continuation token is returned if there are more results than listed here.
|
ListNamespacesResponse.Namespaces[] |
namespaces |
| Constructor and Description |
|---|
ListNamespacesResponse() |
public String continuationToken
A continuation token is returned if there are more results than listed here. You can optionally provide the token in the request payload to load the additional results.
public ListNamespacesResponse.Namespaces[] namespaces
Copyright © 2014–2016 Mozilla. All rights reserved.