public class ListNamespacesResponse extends Object
Response from a request to list namespaces
See http://schemas.taskcluster.net/pulse/v1/list-namespaces-response.json#
| Modifier and Type | Class and Description |
|---|---|
class |
ListNamespacesResponse.Namespace |
| Modifier and Type | Field and Description |
|---|---|
String |
continuationToken
A continuation token is returned if there are more results than listed here.
|
ListNamespacesResponse.Namespace[] |
namespaces
List of 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 as a query parameter to load the additional results.
See http://schemas.taskcluster.net/pulse/v1/list-namespaces-response.json#/properties/continuationToken
public ListNamespacesResponse.Namespace[] namespaces
List of namespaces.
See http://schemas.taskcluster.net/pulse/v1/list-namespaces-response.json#/properties/namespaces
Copyright © 2014–2018 Mozilla. All rights reserved.