public class NamespaceCreationRequest extends Object
Namespace creation request
See http://schemas.taskcluster.net/pulse/v1/namespace-request.json#
| Modifier and Type | Field and Description |
|---|---|
Object |
contact
The contact information which will be handed off to the notification serviceSee http://schemas.taskcluster.net/pulse/v1/namespace-request.json#/properties/contact
|
Date |
expires
Date-time after which the username, and all associated queues and exchanges, should be deleted.
|
| Constructor and Description |
|---|
NamespaceCreationRequest() |
public Object contact
The contact information which will be handed off to the notification service
See http://schemas.taskcluster.net/pulse/v1/namespace-request.json#/properties/contact
public Date expires
Date-time after which the username, and all associated queues and exchanges, should be deleted. This can be updated on every claim, with no limit. In most cases it should be set to several days in the future.
See http://schemas.taskcluster.net/pulse/v1/namespace-request.json#/properties/expires
Copyright © 2014–2017 Mozilla. All rights reserved.