We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04caf04 commit 90f7893Copy full SHA for 90f7893
api/interlink/v1beta1/interlink_sdk.go
@@ -353,6 +353,9 @@ type Link struct {
353
// PairingKey: used to identify a link from a user or partner's point of view.
354
PairingKey string `json:"pairing_key"`
355
356
+ // DisapprovedReason: reason given by partner to explain why they did not approve the request for a hosted link.
357
+ DisapprovedReason *string `json:"disapproved_reason"`
358
+
359
// Region: region of the link.
360
Region scw.Region `json:"region"`
361
}
0 commit comments