We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fa367 commit 0b44549Copy full SHA for 0b44549
response/provision.go
@@ -13,6 +13,8 @@ type Provisioning struct {
13
Log []pmlog.Message `json:"log"`
14
// Identity to set on the subscription. This should be left blank for no change
15
Identity string `json:"identity"`
16
+ // MinimumDelay retry not before seconds
17
+ MinimumDelay int `json:"minimumDelay"`
18
}
19
20
func NewProvisioningSuccess(message string) *Provisioning {
0 commit comments