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 0199910 commit ac51d16Copy full SHA for ac51d16
1 file changed
client/instances.go
@@ -30,6 +30,8 @@ type Instance struct {
30
Attrs struct {
31
Domain string `json:"domain"`
32
DomainAliases []string `json:"domain_aliases,omitempty"`
33
+ OrgDomain string `json:"org_domain,omitempty"`
34
+ OrgID string `json:"org_id,omitempty"`
35
OldDomain string `json:"old_domain,omitempty"`
36
Prefix string `json:"prefix,omitempty"`
37
Locale string `json:"locale"`
0 commit comments